acx-mac80211: really fix the build
The fix in r39482 was wrong. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39528 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
f8b48a8283
commit
8c2f74cb0a
|
@ -14,7 +14,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|||
hw->flags &= ~IEEE80211_HW_RX_INCLUDES_FCS;
|
||||
hw->queues = 1;
|
||||
hw->wiphy->max_scan_ssids = 1;
|
||||
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 14, 0)
|
||||
+#if CONFIG_ACX_MAC80211_VERSION < KERNEL_VERSION(3, 14, 0)
|
||||
hw->channel_change_time = 10000;
|
||||
+#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue