aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10mac80211: Fix (dynamic) power save entryJuuso Oikarinen1-5/+8
2010-03-03mac80211: Fix HT rate control configurationSujith1-1/+2
2010-03-02mac80211: Fix reassociation processing (within ESS roaming)Jouni Malinen1-2/+14
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-0/+35
2010-02-10mac80211: Deny TX BA session requests during disassociationSujith1-1/+3
2010-02-09mac80211: Retry null data frame for power save.Vivek Natarajan1-5/+15
2010-02-08mac80211: fix deauth raceJohannes Berg1-3/+9
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-13/+1
2010-02-08mac80211: don't probe if we have probe responseJohannes Berg1-5/+5
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg1-3/+24
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+3
2010-01-15mac80211: force use_short_slot=true for 5GHzFelix Fietkau1-0/+2
2010-01-12mac80211: add debugfs interface for U-APSD queue configurationKalle Valo1-1/+1
2010-01-12mac80211: add U-APSD client supportKalle Valo1-3/+28
2010-01-12net/mac80211/mlme.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-01-12mac80211: fix return from ieee80211_assoc_successJohannes Berg1-1/+1
2010-01-12mac80211: use nullfunc frames for 4-addr sta detectionFelix Fietkau1-0/+39
2010-01-12mac80211: use PS Poll and Nullfunc templates when sending such framesKalle Valo1-39/+9
2010-01-08mac80211: add missing sanity checks for action framesFelix Fietkau1-1/+3
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2010-01-06Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville1-2/+2
2009-12-28mac80211: make off-channel work genericJohannes Berg1-12/+2
2009-12-28mac80211: support remain-on-channel commandJohannes Berg1-0/+3
2009-12-28mac80211: proper bss private data handlingJohannes Berg1-31/+33
2009-12-28mac80211: refactor associationJohannes Berg1-0/+7
2009-12-28mac80211: generalise work handlingJohannes Berg1-809/+147
2009-12-28mac80211: generalise management work a bitJohannes Berg1-89/+137
2009-12-28mac80211: let cfg80211 manage auth stateJohannes Berg1-101/+72
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-4/+4
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+16
2009-12-22mac80211: dont try to use existing sta for APJohannes Berg1-33/+24
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg1-0/+6
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-4/+59
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-31/+31
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-5/+5
2009-12-21mac80211: fix WMM AP settings applicationJohannes Berg1-0/+8
2009-12-07mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8
2009-11-19mac80211: avoid spurious deauth frames/messagesJohannes Berg1-0/+17
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-4/+9
2009-11-16mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen1-1/+0
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2009-10-27mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville1-2/+2
2009-10-27cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig1-7/+11
2009-10-27mac80211: keep auth state when assoc failsJohannes Berg1-2/+1
2009-09-28mac80211: improve/fix mlme messagesJohannes Berg1-9/+9
2009-08-28mac80211: Check pending scan request after having processed mgd workJouni Malinen1-16/+12
2009-08-14mac80211: stay authenticated after disassocJohannes Berg1-9/+22
2009-08-04mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky1-12/+30