summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-49/+604
2010-02-19nl80211: add power save commandsKalle Valo3-12/+145
2010-02-19const: struct nla_policyAlexey Dobriyan1-9/+5
2010-02-16cfg80211/mac80211: allow registering for and sending action framesJouni Malinen5-1/+446
2010-02-16nl80211: does not allow NEW_STATION and DEL_STATION for meshThadeu Lima de Souza Cascardo1-36/+13
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-107/+198
2010-02-09wireless: update radiotap parserJohannes Berg1-107/+198
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-52/+302
2010-02-03lib80211: Introduce TKIP_HDR_LEN define for code clarityAndriy Tkachuk1-10/+10
2010-02-03lib80211: Cosmetics - make room for MIC/CRC near the actual calculationAndriy Tkachuk2-3/+2
2010-02-01cfg80211: add regulatory hint disconnect supportLuis R. Rodriguez3-3/+212
2010-02-01cfg80211: avoid flushing the global workqueue for core reg hintsLuis R. Rodriguez1-3/+1
2010-01-27cfg80211: fix wext-compat for setting rate to 'auto'John W. Linville1-1/+1
2010-01-26cfg80211: export cfg80211_find_ieJohannes Berg1-18/+20
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+3
2010-01-23mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-...Andriy Tkachuk1-1/+4
2010-01-23cfg80211: export multiple MAC addresses in sysfsJohannes Berg2-0/+32
2010-01-20nl80211: Allow association to change channels during reassociationJouni Malinen1-1/+3
2010-01-20cfg80211: rcu-ify rdev and wdevJohannes Berg2-12/+17
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-2/+3
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-63/+556
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2010-01-16cfg80211: make regulatory_hint_11d() band specificLuis R. Rodriguez3-20/+66
2010-01-15cfg80211: Ingore country IEs with a zero set of number of channelsLuis R. Rodriguez1-0/+6
2010-01-15cfg80211: fix 2 GHz subband calculation for country IEsLuis R. Rodriguez1-2/+2
2010-01-15cfg80211: fix channel setting for wextAbhijeet Kolekar1-0/+1
2010-01-12cfg80211: Fix country IE parsing for single channel tripletsLuis R. Rodriguez1-4/+221
2010-01-12cfg80211: process the max power on a country IELuis R. Rodriguez1-1/+1
2010-01-12cfg80211: add debug print when we drop a bogus country IELuis R. Rodriguez1-1/+3
2010-01-12cfg80211: Store IEs from both Beacon and Probe Response framesJouni Malinen3-31/+96
2010-01-12nl80211: New command for setting TX rate mask for rate controlJouni Malinen1-0/+111
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen1-4/+30
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek2-0/+16
2010-01-12cfg80211: fix refcount imbalance when wext is disabledJohannes Berg1-2/+2
2010-01-06wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setJohn W. Linville1-3/+3
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-01-06cfg80211: add a regulatory debug printLuis R. Rodriguez1-14/+18
2010-01-05cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2009-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-129/+342
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-5/+21
2009-12-29mac80211/cfg80211: add station eventsJohannes Berg3-1/+34
2009-12-29cfg80211: add remain-on-channel commandJouni Malinen5-15/+285
2009-12-29wireless: remove CONFIG_WIRELESS_OLD_REGULATORYJohn W. Linville3-108/+2
2009-12-29cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-29cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-50/+26
2009-12-26wireless: fix comments in genregdb.awkJohn W. Linville1-2/+2
2009-12-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-67/+405
2009-12-22cfg80211: avoid sending spurious deauth to userspaceJohannes Berg1-2/+9
2009-12-22wireless: add ieee80211_amsdu_to_8023sZhu Yi1-2/+97