aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-15mac80211: move STA timer restartJohannes Berg1-14/+0
2008-09-11mac80211: move frame TX functionJohannes Berg1-1/+1
2008-09-11mac80211: clarify scan requestJohannes Berg1-1/+10
2008-09-11mac80211: move BSS handling to scan codeJohannes Berg1-1/+304
2008-09-11mac80211: refactor and move scan RX codeJohannes Berg1-0/+68
2008-09-11mac80211: start moving scan code from mlmeJohannes Berg1-0/+553