summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mac80211: Fix (dynamic) power save entryJuuso Oikarinen2010-03-101-5/+8
* mac80211: Fix HT rate control configurationSujith2010-03-031-1/+2
* mac80211: Fix reassociation processing (within ESS roaming)Jouni Malinen2010-03-021-2/+14
* cfg80211/mac80211: allow registering for and sending action framesJouni Malinen2010-02-151-0/+35
* mac80211: Deny TX BA session requests during disassociationSujith2010-02-101-1/+3
* mac80211: Retry null data frame for power save.Vivek Natarajan2010-02-091-5/+15
* mac80211: fix deauth raceJohannes Berg2010-02-081-3/+9
* mac80211: allow station add/remove to sleepJohannes Berg2010-02-081-13/+1Star
* mac80211: don't probe if we have probe responseJohannes Berg2010-02-081-5/+5
* mac80211: wait for beacon before enabling powersaveJohannes Berg2010-01-261-3/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-191-1/+3
|\
| * mac80211: add missing sanity checks for action framesFelix Fietkau2010-01-081-1/+3
* | mac80211: force use_short_slot=true for 5GHzFelix Fietkau2010-01-151-0/+2
* | mac80211: add debugfs interface for U-APSD queue configurationKalle Valo2010-01-121-1/+1
* | mac80211: add U-APSD client supportKalle Valo2010-01-121-3/+28
* | net/mac80211/mlme.c: Remove unnecessary semicolonsJoe Perches2010-01-121-1/+1
* | mac80211: fix return from ieee80211_assoc_successJohannes Berg2010-01-121-1/+1
* | mac80211: use nullfunc frames for 4-addr sta detectionFelix Fietkau2010-01-121-0/+39
* | mac80211: use PS Poll and Nullfunc templates when sending such framesKalle Valo2010-01-121-39/+9Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-061-2/+2
|\|
| * Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville2010-01-061-2/+2
* | mac80211: make off-channel work genericJohannes Berg2009-12-281-12/+2Star
* | mac80211: support remain-on-channel commandJohannes Berg2009-12-281-0/+3
* | mac80211: proper bss private data handlingJohannes Berg2009-12-281-31/+33
* | mac80211: refactor associationJohannes Berg2009-12-281-0/+7
* | mac80211: generalise work handlingJohannes Berg2009-12-281-809/+147Star
* | mac80211: generalise management work a bitJohannes Berg2009-12-281-89/+137
* | mac80211: let cfg80211 manage auth stateJohannes Berg2009-12-281-101/+72Star
* | mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-281-2/+16
|\|
| * mac80211: fix WMM AP settings applicationJohannes Berg2009-12-211-0/+8
| * mac80211: recalculate idle later in MLMEJohannes Berg2009-12-071-2/+8
* | mac80211: dont try to use existing sta for APJohannes Berg2009-12-221-33/+24Star
* | mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg2009-12-221-0/+6
* | mac80211: enable spatial multiplexing powersaveJohannes Berg2009-12-221-4/+59
* | mac80211: reduce reliance on netdevJohannes Berg2009-12-221-31/+31
* | mac80211: make station management completely depend on vifJohannes Berg2009-12-221-5/+5
|/
* mac80211: avoid spurious deauth frames/messagesJohannes Berg2009-11-191-0/+17
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-4/+9
* mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen2009-11-161-1/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-301-2/+1Star
|\
| * mac80211: keep auth state when assoc failsJohannes Berg2009-10-271-2/+1Star
* | mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville2009-10-271-2/+2
* | cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig2009-10-271-7/+11
|/
* mac80211: improve/fix mlme messagesJohannes Berg2009-09-281-9/+9
* mac80211: Check pending scan request after having processed mgd workJouni Malinen2009-08-281-16/+12Star
* mac80211: stay authenticated after disassocJohannes Berg2009-08-141-9/+22
* mac80211: Increase timeouts for station pollingMaxim Levitsky2009-08-041-2/+2
* mac80211: Retry probe request few timesMaxim Levitsky2009-08-041-12/+30