summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2013-05-08wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2012-11-26wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-11-18wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-11-18cfg80211: fix antenna gain handlingFelix Fietkau1-2/+1
2012-10-02cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez1-3/+9
2012-08-15cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li1-0/+3
2012-08-15cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-07-19cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-07-16cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-06-17cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-06-01cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez1-0/+10
2012-05-07nl80211: ensure interface is up in various APIsJohannes Berg1-12/+17
2012-04-27cfg80211: fix interface combinations check.Lukasz Kucharczyk1-1/+1
2011-12-09cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-12-09cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-12-09cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-12-09nl80211: fix MAC address validationEliad Peller1-2/+2
2011-11-26cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez1-0/+3
2011-11-26nl80211: fix HT capability attribute validationJohannes Berg1-2/+1
2011-10-03cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-10-03wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan1-0/+1
2011-08-05cfg80211: really ignore the regulatory requestSven Neumann1-2/+3
2011-07-05cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho4-14/+34
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov1-1/+2
2011-06-07nl80211: fix overflow in ssid_lenLuciano Coelho1-5/+4
2011-06-01cfg80211: don't drop p2p probe responsesEliad Peller1-19/+24
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville1-2/+2
2011-05-26nl80211: fix check for valid SSID size in scan operationsLuciano Coelho1-2/+2
2011-05-25Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville4-15/+23
2011-05-19nl80211: remove some stack variables in trigger_scan and start_sched_scanLuciano Coelho1-8/+4
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen3-7/+19
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-63/+953
2011-05-16cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar1-8/+13
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona1-1/+1
2011-05-16cfg80211: advertise possible interface combinationsJohannes Berg4-14/+251
2011-05-12cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stoppedLuciano Coelho3-17/+7
2011-05-12cfg80211: restrict AP beacon intervalsJohannes Berg4-17/+52
2011-05-11cfg80211/nl80211: add interval attribute for scheduled scansLuciano Coelho1-0/+10
2011-05-11cfg80211/nl80211: add support for scheduled scansLuciano Coelho5-1/+342
2011-05-11mac80211: allow setting supported rates on mesh peersJavier Cardona1-2/+0
2011-05-11nl80211: allow setting MFP flag for a meshifThomas Pedersen1-0/+1
2011-05-11nl80211: allow installing keys for a meshifThomas Pedersen1-0/+1
2011-05-11nl80211: Let userspace drive the peer link management states.Javier Cardona1-0/+6
2011-05-11cfg80211: Use capability info to detect mesh beacons.Javier Cardona1-7/+7
2011-05-11mac80211: Let userspace send action frames over mesh interfacesJavier Cardona1-0/+10
2011-05-11nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona1-1/+3
2011-05-10wireless: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2-4/+1
2011-05-05nl80211/cfg80211: WoWLAN supportJohannes Berg4-1/+266
2011-05-05nl80211: Fix set_key regression with some driversJouni Malinen1-8/+0
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+19