espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
706 stars 169 forks source link

fix(esp-hosted-ng): Fix build with Linux kernel version 6.7.0 #324

Closed naguirre closed 9 months ago

naguirre commented 9 months ago

cfg80211_rx_assoc_resp structure has been removed and replaced by cfg80211_rx_assoc_resp_data after this changes : https://patchwork.kernel.org/project/linux-wireless/patch/20231012114229.2931808-3-kvalo@kernel.org/

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

giuliobenetti commented 9 months ago

Just build tested against Linux 6.8-rc1 and fixes the build failure due to change pointed in the link

mantriyogesh commented 9 months ago

Thank you @naguirre and @giuliobenetti for your time and support to make this project better.

giuliobenetti commented 9 months ago

This patch has been committed so I think this PR can be closed.