aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-281-1/+1
* wext: Add bound checks for copy_from_userArjan van de Ven2009-09-281-3/+6
* cfg80211: always get BSSJohannes Berg2009-09-281-3/+2
* cfg80211: don't set privacy w/o keyJohannes Berg2009-09-281-1/+2
* cfg80211: wext: don't display BSSID unless associatedJohannes Berg2009-09-281-4/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-241-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| * cfg80211: fix SME connectJohannes Berg2009-09-161-8/+13
| * cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig2009-09-141-0/+5
| * cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig2009-09-141-1/+1
* | cfg80211: don't overwrite privacy settingJohannes Berg2009-09-231-1/+1
* | cfg80211: fix SME connectJohannes Berg2009-09-231-8/+13
* | cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig2009-09-231-0/+5
* | cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig2009-09-231-1/+1
|/
* cfg80211: allow scanning on specified frequencies when using wext-compatibilityHolger Schurig2009-09-091-7/+34
* wireless: update cfg80211 kconfig entryLuis R. Rodriguez2009-09-081-1/+10
* cfg80211: fix looping soft lockup in find_ie()Bob Copeland2009-09-021-1/+1
* wireless: update reg debug kconfig entryLuis R. Rodriguez2009-09-021-0/+4
* nl80211: jump to out_err upon unsupported iftypeRoel Kluin2009-08-281-1/+1
* cfg80211: clean up properly on interface type changeJohannes Berg2009-08-285-81/+117
* cfg80211: make spurious warnings less likely, configurableJohannes Berg2009-08-284-4/+40
* cfg80211: check lost scans later, fix bugJohannes Berg2009-08-283-5/+22
* cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi2009-08-202-2/+5
* cfg80211: fix leaks of wdev->conn->ieDavid Kilroy2009-08-201-0/+4
* cfg80211: fix dangling scan request checkingJohannes Berg2009-08-202-13/+65
* cfg80211: report userspace SME connected event properlyJohannes Berg2009-08-202-16/+15
* cfg80211: fix deadlockJohannes Berg2009-08-201-12/+18
* cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna2009-08-201-0/+1
* cfg80211: allow driver to override PS defaultJohannes Berg2009-08-141-1/+3
* cfg80211: check for and abort dangling scan requestsJohannes Berg2009-08-143-11/+26
* trivial: remove duplicate "different" from commentThadeu Lima de Souza Cascardo2009-08-141-1/+1
* mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona2009-08-141-4/+12
* cfg80211: add missing device list lockingJohannes Berg2009-08-141-0/+2
* mac80211: remove max_bandwidthPat Erley2009-08-141-3/+0
* cfg80211: fix locking for SIWFREQJohannes Berg2009-08-145-4/+6
* cfg80211: fix alignment problem in scan requestJohannes Berg2009-08-143-6/+4
* nl80211: add generation number to all dumpsJohannes Berg2009-08-144-10/+29
* cfg80211: use reassociation when possibleJohannes Berg2009-08-144-14/+63
* cfg80211: validate channel settings across interfacesJohannes Berg2009-08-149-131/+213
* cfg80211: Set WEP ciphersSamuel Ortiz2009-08-141-2/+16
* cfg80211: fix SME association after disassociationJohannes Berg2009-08-141-0/+20
* cfg80211: fix nl80211 disconnected eventsJohannes Berg2009-08-141-2/+2
* cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin2009-08-141-1/+1
* wireless: display wext SSID when connected by cfg80211Zhu Yi2009-08-141-1/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-123-6/+10
|\
| * cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2009-08-032-5/+7
| * cfg80211: add two missing NULL pointer checksJohannes Berg2009-08-031-1/+3
* | cfg80211: clear SSID on disconnect/no connectionJohannes Berg2009-08-041-0/+4
* | cfg80211: lower dynamic PS timeout to 100msJohannes Berg2009-08-041-1/+1