#define LBS_DEB_LEAVE 0x00000002
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
-@@ -1016,16 +1016,22 @@ static struct device_driver mac80211_hws
+@@ -1049,16 +1049,22 @@ static struct device_driver mac80211_hws
.name = "mac80211_hwsim"
};
#include <net/cfg80211.h>
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -3235,7 +3235,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+@@ -3183,7 +3183,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
pCap->hw_caps |= ATH9K_HW_CAP_ENHANCEDPM;
static int __init p54u_init(void)
--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
-@@ -951,7 +951,9 @@ static struct usb_driver ath9k_hif_usb_d
+@@ -970,7 +970,9 @@ static struct usb_driver ath9k_hif_usb_d
.reset_resume = ath9k_hif_usb_resume,
#endif
.id_table = ath9k_hif_usb_ids,
iwlagn-$(CONFIG_IWL5000) += iwl-1000.o
--- a/drivers/net/wireless/iwlwifi/iwl-agn.c
+++ b/drivers/net/wireless/iwlwifi/iwl-agn.c
-@@ -3766,10 +3766,10 @@ static void __devexit iwl_pci_remove(str
+@@ -3761,10 +3761,10 @@ static void __devexit iwl_pci_remove(str
/* Hardware specific file defines the PCI IDs table for that hardware module */
static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
-@@ -2605,7 +2605,12 @@ void ieee80211_rx(struct ieee80211_hw *h
+@@ -2607,7 +2607,12 @@ void ieee80211_rx(struct ieee80211_hw *h
drop:
kfree_skb(skb);
}
static void __ieee80211_wake_queue(struct ieee80211_hw *hw, int queue,
enum queue_stop_reason reason)
{
-@@ -282,7 +294,14 @@ static void __ieee80211_wake_queue(struc
+@@ -284,7 +296,14 @@ static void __ieee80211_wake_queue(struc
if (skb_queue_empty(&local->pending[queue])) {
rcu_read_lock();
list_for_each_entry_rcu(sdata, &local->interfaces, list)
rcu_read_unlock();
} else
tasklet_schedule(&local->tx_pending_tasklet);
-@@ -319,7 +338,13 @@ static void __ieee80211_stop_queue(struc
+@@ -323,7 +342,13 @@ static void __ieee80211_stop_queue(struc
rcu_read_lock();
list_for_each_entry_rcu(sdata, &local->interfaces, list)