al177 / esp8089

Linux kernel module driver for the ESP8089 WiFi chip
GNU General Public License v2.0
180 stars 114 forks source link

Linux 3.9 compatible #25

Closed yogggoy closed 6 years ago

yogggoy commented 6 years ago

https://github.com/al177/esp8089/blob/59575d4195fce39a83e8a23b9ff40494e664aaa0/esp_mac80211.c#L1673

change to #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0))

source linux 3.9

otherwise error: 1676: IEEE80211_AMPDU_TX_STOP - not declared

al177 commented 6 years ago

Thanks! I pushed your fix although I haven't tested it against 3.9. Try out the latest master and reopen this issue if it still isn't working for you.

yogggoy commented 6 years ago

Was tested, is working nice!