aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-11mac80211: 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
2013-01-31mac80211: start auth/assoc timeout on frame statusJohannes Berg1-13/+72
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-30/+44
2013-01-31mac80211: remove assoc data "sent_assoc"Johannes Berg1-3/+0
2013-01-24mac80211: remove redundant checkJohannes Berg1-11/+10
2013-01-24mac80211: fix aggregation state with current driversJohannes Berg1-9/+0
2013-01-24mac80211: provide the vif in rssi_callbackEmmanuel Grumbach1-2/+2
2013-01-18mac80211: remove ARP filter enable/disable logicJohannes Berg1-6/+2
2013-01-11mac80211: fix HT40 connectionsJohannes Berg1-2/+2
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-1/+1