summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2009-10-27cfg80211: sme: deauthenticate on assoc failureJohannes Berg-2/+29
2009-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+2
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-10-08cfg80211: fix netns error unwinding bugJohannes Berg-1/+2
2009-10-07net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.hJohn W. Linville-2/+0
2009-10-07cfg80211: add firmware and hardware version to wiphyKalle Valo-1/+22
2009-10-07wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville-1/+36
2009-10-07wext: refactorJohannes Berg-1124/+1072
2009-10-07nl80211: report age of scan resultsHolger Schurig-0/+2
2009-10-05cfg80211: assign device type in netdev notifier callbackMarcel Holtmann-0/+7
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg-1/+1
2009-09-28wext: Add bound checks for copy_from_userArjan van de Ven-3/+6
2009-09-28cfg80211: always get BSSJohannes Berg-3/+2
2009-09-28cfg80211: don't set privacy w/o keyJohannes Berg-1/+2
2009-09-28cfg80211: wext: don't display BSSID unless associatedJohannes Berg-4/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-1/+1
2009-09-23cfg80211: don't overwrite privacy settingJohannes Berg-1/+1
2009-09-23cfg80211: fix SME connectJohannes Berg-8/+13
2009-09-23cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig-0/+5
2009-09-23cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+1
2009-09-16cfg80211: fix SME connectJohannes Berg-8/+13
2009-09-14cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig-0/+5
2009-09-14cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig-1/+1
2009-09-09cfg80211: allow scanning on specified frequencies when using wext-compatibilityHolger Schurig-7/+34
2009-09-08wireless: update cfg80211 kconfig entryLuis R. Rodriguez-1/+10
2009-09-02cfg80211: fix looping soft lockup in find_ie()Bob Copeland-1/+1
2009-09-02wireless: update reg debug kconfig entryLuis R. Rodriguez-0/+4
2009-08-28nl80211: jump to out_err upon unsupported iftypeRoel Kluin-1/+1
2009-08-28cfg80211: clean up properly on interface type changeJohannes Berg-81/+117
2009-08-28cfg80211: make spurious warnings less likely, configurableJohannes Berg-4/+40
2009-08-28cfg80211: check lost scans later, fix bugJohannes Berg-5/+22
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi-2/+5
2009-08-20cfg80211: fix leaks of wdev->conn->ieDavid Kilroy-0/+4
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg-13/+65
2009-08-20cfg80211: report userspace SME connected event properlyJohannes Berg-16/+15
2009-08-20cfg80211: fix deadlockJohannes Berg-12/+18
2009-08-20cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna-0/+1
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg-1/+3
2009-08-14cfg80211: check for and abort dangling scan requestsJohannes Berg-11/+26
2009-08-14trivial: remove duplicate "different" from commentThadeu Lima de Souza Cascardo-1/+1
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona-4/+12
2009-08-14cfg80211: add missing device list lockingJohannes Berg-0/+2
2009-08-14mac80211: remove max_bandwidthPat Erley-3/+0
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg-4/+6
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg-6/+4
2009-08-14nl80211: add generation number to all dumpsJohannes Berg-10/+29
2009-08-14cfg80211: use reassociation when possibleJohannes Berg-14/+63
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg-131/+213