From 236e7ee23997523bbb5d8bda001768523967d99a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 Jun 2014 14:09:14 +0000 Subject: rt2x00: merge beacon setup fixes, disable unused hw beacon slots Signed-off-by: Felix Fietkau SVN-Revision: 41016 --- .../kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch') diff --git a/package/kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch b/package/kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch index b7ba2af703..e5ba10ed08 100644 --- a/package/kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch +++ b/package/kernel/mac80211/patches/603-rt2x00-introduce-rt2x00eeprom.patch @@ -127,7 +127,7 @@ DECLARE_KFIFO_PTR(txstatus_fifo, u32); --- a/drivers/net/wireless/rt2x00/rt2x00dev.c +++ b/drivers/net/wireless/rt2x00/rt2x00dev.c -@@ -1324,6 +1324,10 @@ int rt2x00lib_probe_dev(struct rt2x00_de +@@ -1327,6 +1327,10 @@ int rt2x00lib_probe_dev(struct rt2x00_de INIT_DELAYED_WORK(&rt2x00dev->autowakeup_work, rt2x00lib_autowakeup); INIT_WORK(&rt2x00dev->sleep_work, rt2x00lib_sleep); @@ -138,7 +138,7 @@ /* * Let the driver probe the device to detect the capabilities. */ -@@ -1454,6 +1458,11 @@ void rt2x00lib_remove_dev(struct rt2x00_ +@@ -1457,6 +1461,11 @@ void rt2x00lib_remove_dev(struct rt2x00_ */ if (rt2x00dev->drv_data) kfree(rt2x00dev->drv_data); -- cgit v1.2.3