aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-04mac80211: remove dead codeMohammed Shafi Shajakhan
2012-01-04mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar
2012-01-04mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan
2012-01-04mac80211: fix scan state machineMohammed Shafi Shajakhan
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller
2012-01-04mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-21mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar
2011-12-19mac80211: handle SMPS action framesJohannes Berg
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart
2011-12-19mac80211: split addba retries in timeNikolay Martynov
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa
2011-12-15mac80211: reduce station management complexityJohannes Berg
2011-12-15mac80211: delay IBSS station insertionJohannes Berg
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg
2011-12-15mac80211: count authorized stations per BSSJohannes Berg
2011-12-15mac80211: refactor station state transitionsJohannes Berg
2011-12-15mac80211: use station mutex in configurationJohannes Berg
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-13mac80211: don't check sdata_running in vif notifierEliad Peller
2011-12-13mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller
2011-12-13mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN
2011-12-13mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar
2011-12-13mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter
2011-12-07mac80211: fix another race in aggregation startJohannes Berg
2011-12-06mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear
2011-12-06mac80211: accept public action frames with mismatched BSSIDJohannes Berg
2011-12-06mac80211: fix retransmitJohannes Berg
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville
2011-11-30mac80211: remove unused function declarationMohammed Shafi Shajakhan
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich
2011-11-28mac80211: remove tracing config symbolJohannes Berg
2011-11-28mac80211: clean up rx_h_mesh_fwdingThomas Pedersen
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen