aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.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-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-8/+19
2010-02-08mac80211: fix deferred hardware scan requestsJohannes Berg1-8/+10
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg1-4/+0
2010-01-12mac80211: add U-APSD client supportKalle Valo1-0/+18
2010-01-12mac80211: fix a few work bugsJohannes Berg1-0/+1
2010-01-06Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville1-5/+5
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen1-1/+0
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen1-150/+6
2009-12-28mac80211: proper bss private data handlingJohannes Berg1-11/+18
2009-12-28mac80211: generalise work handlingJohannes Berg1-6/+2
2009-12-28mac80211: introduce flush operationJohannes Berg1-2/+11
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-6/+6
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-4/+16
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan1-4/+16
2009-11-02cfg80211: validate scan channelsJohannes Berg1-11/+2
2009-11-02mac80211: fix scan abort sanity checksJohannes Berg1-4/+8
2009-10-30mac80211: split hardware scan by bandJohannes Berg1-25/+71
2009-10-30mac80211: remove outdated commentJohannes Berg1-2/+0
2009-10-27mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville1-5/+5
2009-09-23mac80211: fix DTIM settingJohannes Berg1-2/+2
2009-08-28mac80211: fix scan cancel on ifdownJohannes Berg1-3/+6
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-14/+2
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg1-5/+5
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-4/+4
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-1/+0
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa1-1/+4
2009-07-27mac80211: rename scan_state to next_scan_stateHelmut Schaa1-10/+10
2009-07-27mac80211: implement basic background scanningHelmut Schaa1-8/+109
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa1-13/+10
2009-07-27mac80211: introduce a new scan state "decision"Helmut Schaa1-14/+26
2009-07-27mac80211: advance the state machine immediately if no delay is neededHelmut Schaa1-9/+15
2009-07-27mac80211: refactor the scan codeHelmut Schaa1-58/+78
2009-07-24mac80211: remove master netdevJohannes Berg1-11/+8
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg1-19/+4
2009-07-10mac80211: shorten the passive dwell time for sw scansHelmut Schaa1-1/+1
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-2/+2
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+18
2009-05-11mac80211: improve scan timingJohannes Berg1-8/+23
2009-05-11mac80211: fix scan channel raceJohannes Berg1-0/+1
2009-05-06mac80211: tell driver when idleJohannes Berg1-10/+7
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-16/+12
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-4/+4
2009-05-06mac80211: fix scan races and rework scanningJohannes Berg1-175/+212
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-2/+0
2009-04-22mac80211: improve powersave implementationJohannes Berg1-1/+1
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg1-1/+23
2009-03-27mac80211: disable power save when scanningKalle Valo1-2/+62
2009-03-27mac80211: don't drop nullfunc frames during software scanKalle Valo1-0/+13