summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
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-30Merge 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-27mac80211: Fix crash due to un-canceled work-itemsBen Greear1-0/+11
2013-02-27mac80211: 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
2013-02-15mac80211: always unblock CSA queue stop when disconnectingJohannes Berg1-2/+2
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg1-4/+19
2013-02-15mac80211: fix ieee80211_sta_tx_notify for nullfuncWojciech Dubowik1-4/+5
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich1-0/+13
2013-02-12mac80211: Fix tx queue handling during scansSeth Forshee1-1/+2
2013-02-11mac80211: remove unused code to mark AP station authenticatedJohannes Berg1-3/+1
2013-02-11mac80211: simplify idle handlingJohannes Berg1-34/+0
2013-02-11mac80211: remove dynamic PS driver interfaceJohannes Berg1-40/+2
2013-02-11mac80211: introduce beacon-only timing dataJohannes Berg1-4/+61
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-1/+5
2013-02-11mac80211: fix AP beacon loss messagesJohannes Berg1-2/+2
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-3/+3
2013-02-11mac80211: fix channel selection bugJohannes Berg1-3/+3
2013-02-07mac80211: fix managed mode channel context useJohannes Berg1-1/+4
2013-02-04mac80211: send deauth if connection was lost during suspendJohannes Berg1-6/+8
2013-02-04mac80211: always allow calling ieee80211_connection_loss()Johannes Berg1-2/+4
2013-02-04mac80211: send deauth when connection is lostJohannes Berg1-5/+4