summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-17mac80211: fix direct probe authStanislaw Gruszka1-6/+6
2013-05-16mac80211: report deauth to cfg80211 for local state changeJohannes Berg1-4/+4
2013-05-16mac80211: fix HT beacon-based channel switch handlingJohannes Berg1-6/+22
2013-05-16mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg1-0/+25
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+20
2013-04-22mac80211: indicate admission control in TX queue parametersAlexander Bondar1-0/+1
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-2/+4
2013-04-16mac80211: remove warning from ieee80211_beacon_lossAlexander Bondar1-1/+0
2013-04-16mac80211: handle wide bandwidth channel switchJohannes Berg1-17/+79
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg1-8/+8
2013-04-16mac80211: handle extended channel switch announcementJohannes Berg1-4/+27
2013-04-16mac80211: support secondary channel offset in CSAJohannes Berg1-15/+56
2013-04-16mac80211: support extended channel switchJohannes Berg1-26/+51
2013-04-16mac80211: unify CSA action frame/beacon processingJohannes Berg1-28/+43
2013-04-16mac80211: use second center_freq segment only in 80+80Johannes Berg1-6/+4
2013-04-10mac80211: fix cfg80211 interaction on auth/assoc requestJohannes Berg1-4/+20
2013-04-10mac80211: always advertise STBC/MCSes even if no AP supportJohannes Berg1-32/+0
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-62/+66
2013-04-08mac80211: don't fiddle with netdev queues in MLME codeJohannes Berg1-24/+2
2013-04-08mac80211: disable uAPSD if all ACs are under ACMAlexander Bondar1-1/+2
2013-04-08mac80211: parse Timeout Interval Element using a structJohannes Berg1-3/+3
2013-04-08mac80211: check ERP info IE length in parserJohannes Berg1-1/+1
2013-04-08mac80211: check DSSS params IE length in parserJohannes Berg1-1/+1
2013-04-08mac80211: be more careful about sending beacon-loss-eventsBen Greear1-3/+5
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+4
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-7/+17
2013-03-25mac80211: allow drivers to set default uAPSD parametersAlexander Bondar1-2/+2
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear1-2/+4
2013-03-22mac80211: add P2P NoA settingsJanusz Dziedzic1-20/+25
2013-03-22mac80211: use ieee80211_p2p_noa_attr structureJanusz Dziedzic1-11/+15
2013-03-22mac80211: make beacon-loss-count configurableBen Greear1-3/+7
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg1-0/+4
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-4/+4
2013-03-06mac80211: cleanup suspend/resume on managed modeStanislaw Gruszka1-86/+2
2013-03-06mac80211: support VHT capability overridesJohannes Berg1-1/+11
2013-03-01mac80211: fix VHT MCS calculationJohannes Berg1-0/+3
2013-02-26mac80211: Fix crash due to un-canceled work-itemsBen Greear1-0/+11
2013-02-26mac80211: stop timers before canceling work itemsBen Greear1-5/+9
2013-02-15mac80211: prevent spurious HT/VHT downgrade messageJohannes Berg1-0/+4
2013-02-15mac80211: constify IE parsingJohannes Berg1-7/+8
2013-02-15mac80211: properly track HT/VHT operation changesJohannes Berg1-68/+168
2013-02-15mac80211: move ieee80211_determine_chantype functionJohannes Berg1-195/+195
2013-02-15mac80211: clean up channel use in ieee80211_config_ht_txJohannes Berg1-11/+3
2013-02-15mac80211: disable HT/VHT if AP has no HT/VHT capabilityJohannes Berg1-2/+14
2013-02-15mac80211: handle operating mode notif in beacon/assoc responseJohannes Berg1-3/+23
2013-02-15mac80211: fix HT/VHT disable flagsJohannes Berg1-2/+2
2013-02-15mac80211: init HT TX data before rate controlJohannes Berg1-20/+19
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-12/+10
2013-02-15mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_capJohannes Berg1-2/+1
2013-02-15Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg1-4/+7