summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2009-05-06mac80211: add driver ops wrappersJohannes Berg17-130/+292
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg8-117/+80
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg6-33/+41
2009-05-06mac80211: fix scan races and rework scanningJohannes Berg5-216/+229
2009-05-06mac80211: internally clear failed scans properlyJohannes Berg1-2/+4
2009-05-06mac80211: rename max_sleep_interval to max_sleep_periodJohannes Berg1-1/+1
2009-05-06mac80211: fix PS vs. scan raceJohannes Berg1-0/+7
2009-05-06mac80211: fix various problems in ibss codeJohannes Berg1-3/+15
2009-05-05mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2009-05-05mac80211: minstrel, fix memory corruptionJiri Slaby1-1/+1
2009-05-05mac80211: correct fragmentation threshold checkJohannes Berg1-1/+1
2009-04-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+10
2009-04-30mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-30mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller20-941/+1032
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-04-23nl80211: Add event for authentication/association timeoutJouni Malinen1-2/+2
2009-04-23mac80211: calculate maximum sleep intervalJohannes Berg1-4/+16
2009-04-23mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg1-2/+1
2009-04-23mac80211: fix variable truncation on 32-bitJohannes Berg1-6/+6
2009-04-23mac80211: fix IBSS code to not sleep while atomicJohannes Berg1-3/+3
2009-04-23mac80211: validate TIM IE length (redux)Johannes Berg3-28/+7
2009-04-23nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen7-149/+44
2009-04-23cfg80211: clean up includesJohannes Berg3-3/+1
2009-04-23mac80211: convert to cfg80211 IBSS APIJohannes Berg10-330/+228
2009-04-23cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg3-38/+5
2009-04-23mac80211: set CLEAR_PS for pspolled framesChristian Lamparter1-1/+17
2009-04-23mac80211: Allow scan to be requested in AP modeJouni Malinen1-1/+2
2009-04-23mac80211: enable PS by defaultJohannes Berg2-0/+24
2009-04-23mac80211: implement beacon filtering in softwareJohannes Berg3-14/+66
2009-04-23mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg5-15/+63
2009-04-23mac80211: improve powersave implementationJohannes Berg5-121/+165
2009-04-23mac80211: add hardware restart functionJohannes Berg4-107/+158
2009-04-23mac80211: re-upload keys only after telling driver about associationJohannes Berg1-5/+5
2009-04-23cfg80211: add cipher capabilitiesJohannes Berg1-0/+14
2009-04-23mac80211: Report rejected association to user space SMEJouni Malinen1-0/+5
2009-04-23mac80211: include HT capabilities in probe requestJohannes Berg2-0/+21
2009-04-23mac80211: pass all probe request IEs to driverJohannes Berg4-49/+112
2009-04-23cfg80211: introduce scan IE limit attributeJohannes Berg2-1/+14
2009-04-23mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg3-86/+83
2009-04-23nl80211: Add Michael MIC failure eventJouni Malinen4-11/+12
2009-04-23nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen1-2/+6
2009-04-23mac80211: Don't access managed mode bits in non-managed modeVasanthakumar Thiagarajan1-1/+1
2009-04-22mac80211: fix alignment calculation bugJohannes Berg1-1/+1
2009-04-22mac80211: do not print WARN if config interfaceReinette Chatre1-2/+13
2009-04-21mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1
2009-04-21mac80211: fix beacon loss detection after scanKalle Valo1-1/+9
2009-04-21MAC80211: Remove unused MAC80211_VERBOSE_SPECT_MGMT_DEBUG.Robert P. J. Day1-7/+0
2009-04-17mac80211: validate TIM IE lengthJohannes Berg1-0/+3
2009-04-17mac80211: avoid crashing when no scan sdataJohannes Berg1-1/+2