ieee80211_sdata_set_mesh_id(sdata,
--- a/drivers/net/b44.c
+++ b/drivers/net/b44.c
-@@ -2155,7 +2155,7 @@ static int __devinit b44_init_one(struct
+@@ -2164,7 +2164,7 @@ static int __devinit b44_init_one(struct
bp->rx_pending = B44_DEF_RX_RING_PENDING;
bp->tx_pending = B44_DEF_TX_RING_PENDING;
.unlocked_ioctl = rfkill_fop_ioctl,
.compat_ioctl = rfkill_fop_ioctl,
#endif
-@@ -1267,7 +1267,7 @@ static int __init rfkill_init(void)
+@@ -1268,7 +1268,7 @@ static int __init rfkill_init(void)
goto out;
}
error = rfkill_handler_init();
if (error) {
misc_deregister(&rfkill_miscdev);
-@@ -1283,7 +1283,7 @@ subsys_initcall(rfkill_init);
+@@ -1284,7 +1284,7 @@ subsys_initcall(rfkill_init);
static void __exit rfkill_exit(void)
{
#include <net/cfg80211.h>
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -2197,7 +2197,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+@@ -2179,7 +2179,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
-@@ -1040,7 +1040,9 @@ static struct usb_driver ath9k_hif_usb_d
+@@ -1058,7 +1058,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
-@@ -4625,10 +4625,10 @@ static void __devexit iwl_pci_remove(str
+@@ -4638,10 +4638,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) = {
/* Data structure for the WLAN parts (802.11 cores) of the b43 chip. */
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
-@@ -883,6 +883,9 @@ struct rt2x00_dev {
+@@ -884,6 +884,9 @@ struct rt2x00_dev {
* and interrupt thread routine.
*/
u32 irqvalue[2];
skb_free_datagram(sk, skb);
-@@ -337,7 +349,11 @@ int bt_sock_ioctl(struct socket *sock, u
+@@ -336,7 +348,11 @@ int bt_sock_ioctl(struct socket *sock, u
if (sk->sk_state == BT_LISTEN)
return -EINVAL;
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
-@@ -1620,6 +1620,10 @@ static void ieee80211_xmit(struct ieee80
+@@ -1621,6 +1621,10 @@ static void ieee80211_xmit(struct ieee80
return;
}
ieee80211_set_qos_hdr(local, skb);
ieee80211_tx(sdata, skb, false);
rcu_read_unlock();
-@@ -2092,7 +2096,14 @@ void ieee80211_tx_pending(unsigned long
+@@ -2093,7 +2097,14 @@ void ieee80211_tx_pending(unsigned long
if (skb_queue_empty(&local->pending[i]))
list_for_each_entry_rcu(sdata, &local->interfaces, list)
}
--- a/drivers/net/b44.c
+++ b/drivers/net/b44.c
-@@ -1680,7 +1680,11 @@ static int __b44_load_mcast(struct b44 *
+@@ -1689,7 +1689,11 @@ static int __b44_load_mcast(struct b44 *
netdev_for_each_mc_addr(ha, dev) {
if (i == num_ents)
break;
spin_unlock_bh(&local->filter_lock);
/* be a bit nasty */
-@@ -521,9 +525,11 @@ struct ieee80211_hw *ieee80211_alloc_hw(
+@@ -524,9 +528,11 @@ struct ieee80211_hw *ieee80211_alloc_hw(
local->uapsd_max_sp_len = IEEE80211_DEFAULT_MAX_SP_LEN;
INIT_LIST_HEAD(&local->interfaces);