aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville11-15/+58
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar1-1/+0
2012-12-10minstrel: update stats after processing statusJohannes Berg1-4/+5
2012-12-10mac80211: a few whitespace fixesJohannes Berg2-3/+3
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar1-0/+3
2012-12-07mac80211: warn only once if ampdu_action isn't assignedChaitanya1-1/+1
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville15-171/+580
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-2/+0
2012-12-06mac80211: cancel work instead of waiting for it to do nothingJohannes Berg1-1/+1
2012-12-06mac80211: don't drop mesh peering frames from unknown STAMarco Porsch1-1/+2
2012-12-05mac80211: skip radiotap space calculation if no monitor existsHelmut Schaa1-3/+3
2012-12-05mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-1/+5
2012-12-05mac80211: add debug file for mic failureSaravana3-1/+24
2012-12-04mac80211: adapt slot time in IBSS modeSimon Wunderlich1-0/+14
2012-12-03mac80211: return if CSA is not handleSimon Wunderlich1-0/+1