aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-16mac80211: handle failed scan requests in STA modeHelmut Schaa1-0/+12
2009-02-27mac80211: Add software scan notifiersMichael Buesch1-0/+5
2009-02-27cfg80211: clean up signal typeJohannes Berg1-8/+3
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen1-1/+2
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-36/+7
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg1-235/+18
2009-02-13mac80211: dont add BSS when creating IBSSJohannes Berg1-6/+2
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-296/+60
2009-02-13mac80211: fix beacon enable moreJohannes Berg1-2/+12
2009-02-11mac80211: Free current bss information in few places where we don't need it any moreVasanthakumar Thiagarajan1-0/+13
2009-01-29mac80211: don't try to powersave/config disabled interfacesJohannes Berg1-0/+6
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-7/+11
2009-01-29mac80211: Enhancements to dynamic power save.Vivek Natarajan1-1/+1
2008-11-10wireless: move mesh config length constantJohannes Berg1-1/+1
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-3/+9
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg1-13/+3
2008-10-14mac80211: Fix scan RX processing oopsJouni Malinen1-1/+2
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-4/+4
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-76/+77
2008-09-15mac80211: fix scan vs. interface removal raceJohannes Berg1-11/+27
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-0/+1