summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-31/+35
2013-01-16mac80211: split out chandef tracing macrosJohannes Berg1-9/+15
2013-01-16mac80211: add encrypt headroom to PERR framesBob Copeland1-1/+3
2013-01-16mac80211: set NEED_TXPROCESSING for PERR framesBob Copeland1-0/+1
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch3-3/+3
2013-01-16mac80211: move add_tim to subfunctionMarco Porsch1-19/+28
2013-01-16mac80211: update mesh peer link counter during userspace peeringMarco Porsch3-17/+33
2013-01-16mac80211: allow disable power save in meshChun-Yeow Yeoh1-1/+2
2013-01-16mac80211: call restart complete at wowlan resume timeJohannes Berg1-3/+4
2013-01-16mac80211: fix resume from WoWLANJohannes Berg1-2/+4
2013-01-16mac80211: fix monitor mode injectionFelix Fietkau1-3/+6
2013-01-16mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka3-26/+14
2013-01-16mac80211: fix FT roamingJohannes Berg1-1/+11
2013-01-11mac80211: fix HT40 connectionsJohannes Berg1-2/+2
2013-01-04mac80211: fix mesh_hwmp kerneldocBob Copeland1-1/+4
2013-01-03cfg80211: disallow more station changesJohannes Berg1-4/+5
2013-01-03mac80211: unset peer's HT 40 MHz support if not usableJohannes Berg1-0/+15
2013-01-03mac80211: support HT notify channel width actionJohannes Berg1-1/+30
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-5/+35
2013-01-03mac80211: move ieee80211_remove_tid_tx functionJohannes Berg1-103/+103
2013-01-03mac80211: split out aggregation TX removalJohannes Berg1-18/+30
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg8-25/+33
2013-01-03nl80211/mac80211: support full station state in AP modeJohannes Berg2-45/+73
2013-01-03mac80211: restrict assoc request VHT capabilitiesJohannes Berg2-3/+50
2013-01-03mac80211: assign bss_conf.bssid only onceJohannes Berg5-20/+15
2013-01-03mac80211: further simplify ieee80211_bss_info_change_notifyJohannes Berg3-19/+16
2013-01-03mac80211: reconfig bss_info_changed only if beaconingJohannes Berg1-3/+5
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg6-38/+21
2013-01-03mac80211: fix channel context iterationJohannes Berg3-4/+15
2013-01-03mac80211: clean up association better in suspendJohannes Berg3-3/+26
2013-01-03mac80211: clean up ieee80211_quiesceJohannes Berg1-17/+19
2013-01-03mac82011: use frame control to differentiate probe resp/beaconEmmanuel Grumbach4-48/+27
2013-01-03mac80211: fix ieee80211_ie_build_vht_cap indentationJohannes Berg1-1/+1
2013-01-03mac80211: optimise AP stop RCU handlingJohannes Berg4-9/+29
2013-01-03mac80211: remove a bit of dead mesh codeJohannes Berg1-5/+0
2013-01-03mac80211: optimise roaming time againJohannes Berg4-17/+47
2013-01-03mac80211: warn if unexpectedly removing stationsJohannes Berg1-5/+7
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg7-30/+16
2013-01-03mac80211: use short slot time in mesh for 5GHzChun-Yeow Yeoh1-7/+14
2013-01-03mac80211: Allow disabling SGI-20Ben Greear2-0/+4
2013-01-03mac80211: fix maximum MTUChaitanya1-10/+1
2013-01-03mac80211: fix dtim_period in hidden SSID AP associationJohannes Berg3-37/+55
2013-01-03mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-03mac80211: fix station destruction in AP/mesh modesJohannes Berg4-17/+62
2013-01-03mac80211: RMC buckets are just list headsThomas Pedersen2-5/+5
2013-01-03mac80211: assign VLAN channel contextsJohannes Berg3-3/+45
2013-01-03mac80211: flush AP_VLAN stations when tearing down the BSS APFelix Fietkau1-0/+2
2013-01-03mac80211: fix ibss scanningStanislaw Gruszka3-18/+31
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-15/+58