aboutsummaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2010-03-30wireless: convert reg_regdb_search_lock to mutexGravatar John W. Linville 1-7/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 13-0/+13
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Gravatar Juuso Oikarinen 3-0/+150
2010-03-23net/wireless/wext-core.c: Use IW_EVENT_IDX macroGravatar Joe Perches 1-11/+11
2010-03-23net/wireless/wext_core.c: Use IW_IOCTL_IDX macroGravatar Joe Perches 1-56/+56
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 6-49/+604
2010-02-19nl80211: add power save commandsGravatar Kalle Valo 3-12/+145
2010-02-18const: struct nla_policyGravatar Alexey Dobriyan 1-9/+5
2010-02-15cfg80211/mac80211: allow registering for and sending action framesGravatar Jouni Malinen 5-1/+446
2010-02-15nl80211: does not allow NEW_STATION and DEL_STATION for meshGravatar Thadeu Lima de Souza Cascardo 1-36/+13
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 1-107/+198
2010-02-08wireless: update radiotap parserGravatar Johannes Berg 1-107/+198
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 12-52/+302
2010-02-02lib80211: Introduce TKIP_HDR_LEN define for code clarityGravatar Andriy Tkachuk 1-10/+10
2010-02-02lib80211: Cosmetics - make room for MIC/CRC near the actual calculationGravatar Andriy Tkachuk 2-3/+2
2010-02-01cfg80211: add regulatory hint disconnect supportGravatar Luis R. Rodriguez 3-3/+212
2010-02-01cfg80211: avoid flushing the global workqueue for core reg hintsGravatar Luis R. Rodriguez 1-3/+1
2010-01-27cfg80211: fix wext-compat for setting rate to 'auto'Gravatar John W. Linville 1-1/+1
2010-01-26cfg80211: export cfg80211_find_ieGravatar Johannes Berg 1-18/+20
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-2/+3
2010-01-22mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-...Gravatar Andriy Tkachuk 1-1/+4
2010-01-22cfg80211: export multiple MAC addresses in sysfsGravatar Johannes Berg 2-0/+32
2010-01-19nl80211: Allow association to change channels during reassociationGravatar Jouni Malinen 1-1/+3
2010-01-19cfg80211: rcu-ify rdev and wdevGravatar Johannes Berg 2-12/+17
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 2-2/+3
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 8-63/+556
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-2/+2
2010-01-15cfg80211: make regulatory_hint_11d() band specificGravatar Luis R. Rodriguez 3-20/+66
2010-01-14cfg80211: Ingore country IEs with a zero set of number of channelsGravatar Luis R. Rodriguez 1-0/+6
2010-01-14cfg80211: fix 2 GHz subband calculation for country IEsGravatar Luis R. Rodriguez 1-2/+2
2010-01-14cfg80211: fix channel setting for wextGravatar Abhijeet Kolekar 1-0/+1
2010-01-12cfg80211: Fix country IE parsing for single channel tripletsGravatar Luis R. Rodriguez 1-4/+221
2010-01-12cfg80211: process the max power on a country IEGravatar Luis R. Rodriguez 1-1/+1
2010-01-12cfg80211: add debug print when we drop a bogus country IEGravatar Luis R. Rodriguez 1-1/+3
2010-01-12cfg80211: Store IEs from both Beacon and Probe Response framesGravatar Jouni Malinen 3-31/+96
2010-01-12nl80211: New command for setting TX rate mask for rate controlGravatar Jouni Malinen 1-0/+111
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlGravatar Jouni Malinen 1-4/+30
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSGravatar Lukáš Turek 2-0/+16
2010-01-11cfg80211: fix refcount imbalance when wext is disabledGravatar Johannes Berg 1-2/+2
2010-01-05wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setGravatar John W. Linville 1-3/+3
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 1-1/+1
2010-01-05cfg80211: add a regulatory debug printGravatar Luis R. Rodriguez 1-14/+18
2010-01-04cfg80211: fix syntax error on user regulatory hintsGravatar Luis R. Rodriguez 1-1/+1
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 8-129/+342
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 2-5/+21
2009-12-28mac80211/cfg80211: add station eventsGravatar Johannes Berg 3-1/+34
2009-12-28cfg80211: add remain-on-channel commandGravatar Jouni Malinen 5-15/+285
2009-12-28wireless: remove CONFIG_WIRELESS_OLD_REGULATORYGravatar John W. Linville 3-108/+2
2009-12-28cfg80211: fix error path in cfg80211_wext_siwscanGravatar Johannes Berg 1-4/+9
2009-12-28cfg80211: fix race between deauth and assoc responseGravatar Johannes Berg 1-1/+12