]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'wireless/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 02:47:14 +0000 (12:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 02:47:14 +0000 (12:47 +1000)
Conflicts:
drivers/net/wireless/iwlwifi/iwl-pci.c
drivers/net/wireless/wl12xx/main.c

1  2 
MAINTAINERS
net/mac80211/cfg.c
net/mac80211/ibss.c
net/mac80211/iface.c

diff --cc MAINTAINERS
Simple merge
Simple merge
index 4f9235b18a03231b643e9b4425b98f0f51fe8186,7809895df8b0fc13adff022fde4d416b459b4ee0..41f16dd1a2b030ce4c70a24a099201e48df6a48b
@@@ -81,10 -81,10 +81,10 @@@ static void __ieee80211_sta_join_ibss(s
        lockdep_assert_held(&ifibss->mtx);
  
        /* Reset own TSF to allow time synchronization work. */
-       drv_reset_tsf(local);
+       drv_reset_tsf(local, sdata);
  
        skb = ifibss->skb;
 -      rcu_assign_pointer(ifibss->presp, NULL);
 +      RCU_INIT_POINTER(ifibss->presp, NULL);
        synchronize_rcu();
        skb->data = skb->head;
        skb->len = 0;
Simple merge