aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-18mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka1-0/+6
2010-12-07mac80211: fix a compiler warningFelix Fietkau1-2/+1
2010-12-07mac80211: fix dynamic-ps/pm_qos magic numbersEliad Peller1-4/+5
2010-12-06mac80211: speed up AP probing using nullfunc framesFelix Fietkau1-25/+68
2010-12-06mac80211: remove a redundant checkFelix Fietkau1-2/+1
2010-11-24mac80211: reduce the number of retries for nullfunc probingFelix Fietkau1-1/+8
2010-11-24mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau1-26/+66
2010-11-24mac80211: probe the AP when resumingFelix Fietkau1-0/+1
2010-11-24mac80211: calculate beacon loss time accuratelyFelix Fietkau1-4/+12
2010-11-24mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau1-0/+1
2010-11-16mac80211: Add function to get probe request template for current APJuuso Oikarinen1-0/+24
2010-10-11mac80211: Improve mlme probe response log messages.Ben Greear1-7/+11
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-9/+9
2010-10-05mac80211: fix channel assumption for association done workLuis R. Rodriguez1-3/+3
2010-10-05mac80211: fix deadlock with multiple interfacesJohannes Berg1-1/+1
2010-10-05mac80211: Add validity check for beacon_crc valueJuuso Oikarinen1-2/+5
2010-09-28mac80211: Fix WMM driver queue configurationJuuso Oikarinen1-8/+8
2010-09-16mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez1-2/+11
2010-09-16mac80211: make the beacon monitor available externallyLuis R. Rodriguez1-4/+4
2010-09-16mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez1-0/+4
2010-09-16mac80211: add helper for reseting the connection monitorLuis R. Rodriguez1-5/+10
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg1-1/+1
2010-08-31mac80211: Do not generate CQM events based on first Beacon framesJouni Malinen1-0/+9
2010-08-31mac80211: Fix signal strength average initialization for CQM eventsJouni Malinen1-1/+1
2010-08-27mac80211: clean up ifdown/cleanup pathsJohannes Berg1-0/+5
2010-08-27mac80211: allow changing port control protocolJohannes Berg1-0/+3
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-8/+9
2010-08-16mac80211: allow drivers to request SM PS mode changeJohannes Berg1-0/+3
2010-08-16mac80211: per interface idle notificationJohannes Berg1-2/+15
2010-08-16mac80211: unify scan and work mutexesJohannes Berg1-4/+4
2010-07-29mac80211: allow drivers to request DTIM periodJohannes Berg1-3/+29
2010-07-21mac80211: refuse shared key auth when WEP is unavailableJohannes Berg1-0/+2
2010-07-20mac80211: move QoS-enable to BSS infoJohannes Berg1-5/+6
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen1-1/+38
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+38
2010-06-15mac80211: Protect Deauthentication frame when using MFPJouni Malinen1-3/+7
2010-06-15mac80211: Fix ps-qos network latency handlingJuuso Oikarinen1-10/+6
2010-06-14mac80211: Fix circular locking dependency in ARP filter handlingJuuso Oikarinen1-15/+19
2010-06-14mac80211: always process blockack action from workqueueJohannes Berg1-38/+0
2010-06-14mac80211: pull mgmt frame rx into rx handlerJohannes Berg1-27/+0
2010-06-14mac80211: common work skb freeingJohannes Berg1-4/+1
2010-06-14mac80211: use common work functionJohannes Berg1-31/+4
2010-06-14mac80211: use common work structJohannes Berg1-7/+5
2010-06-14mac80211: use common skb queueJohannes Berg1-3/+2
2010-06-14mac80211: simplify station/aggregation codeJohannes Berg1-3/+3
2010-06-14cfg80211/mac80211: allow action frame TX/RX in IBSSJohannes Berg1-38/+0
2010-06-08mac80211: fix deauth before assocJohannes Berg1-2/+38
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-7/+45
2010-06-07mac80211: fix lock leak w/ ARP filtering and w/o CONFIG_INETJohn W. Linville1-2/+1
2010-06-04mac80211: process station blockack action frames from workJohannes Berg1-7/+45