summaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
Commit message (Expand)AuthorAgeFilesLines
* regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
* regulatory: add missing rtnl lockingJohannes Berg2013-07-161-0/+2
* regulatory: use proper enum return valueJohannes Berg2013-06-041-1/+1
* regulatory: remove reg_mutexJohannes Berg2013-05-251-57/+19
* regulatory: use RCU in regulatory_hint_11d()Johannes Berg2013-05-251-14/+16
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-24/+12
* wireless: regulatory: fix channel disabling race conditionJohannes Berg2013-04-161-1/+1
* regulatory: allow VHT channels in world roamingJohannes Berg2013-03-061-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-2/+18
|\
| * cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg2013-02-151-0/+8
| * nl80211/cfg80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+3
| * cfg80211: Fix memory leakLarry Finger2013-02-111-2/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-627/+497
|\|
| * wireless: fix regulatory HT40 allowed checkFelix Fietkau2013-01-111-1/+3
| * regulatory: fix restore_regulatory_settingsJohannes Berg2013-01-091-1/+1
| * regulatory: fix ueventJohannes Berg2013-01-091-6/+13
| * cfg80211: move world roaming check for beacon hintsLuis R. Rodriguez2013-01-031-6/+5
| * cfg80211: move reg_is_world_roaming()Luis R. Rodriguez2013-01-031-16/+16
| * cfg80211: do not process beacon hints if one is already queuedLuis R. Rodriguez2013-01-031-0/+19
| * regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-031-21/+17
| * regulatory: use RCU to protect last_requestJohannes Berg2013-01-031-90/+109
| * regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg2013-01-031-47/+66
| * regulatory: pass new regdomain to reset functionJohannes Berg2013-01-031-15/+11
| * regulatory: remove handling of channel bandwidthJohannes Berg2013-01-031-30/+14
| * regulatory: fix reg_is_valid_request handlingJohannes Berg2013-01-031-10/+11
| * regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg2013-01-031-4/+0
| * regulatory: clarify locking rules and assertionsJohannes Berg2013-01-031-20/+11
| * regulatory: simplify freq_reg_info_regdJohannes Berg2013-01-031-15/+16
| * regulatory: remove useless warningJohannes Berg2013-01-031-4/+0
| * regulatory: remove redundant isalpha() checkJohannes Berg2013-01-031-4/+2
| * regulatory: simplify restore_regulatory_settingsJohannes Berg2013-01-031-14/+1
| * regulatory: remove BUG_ONJohannes Berg2013-01-031-58/+37
| * cfg80211: remove wiphy_idx_validJohannes Berg2013-01-031-9/+5
| * regulatory: use proper enum for return valuesJohannes Berg2013-01-031-64/+69
| * regulatory: remove useless locking on exitJohannes Berg2013-01-031-8/+3
| * regulatory: code cleanupJohannes Berg2013-01-031-180/+106
| * regulatory: simplify regulatory_hint_11dJohannes Berg2013-01-031-5/+0
| * regulatory: don't test list before iteratingJohannes Berg2013-01-031-47/+19
| * regulatory: clean up reg_copy_regd()Johannes Berg2013-01-031-26/+24
| * regulatory: clean up regdom_intersectJohannes Berg2013-01-031-10/+2
| * regulatory: don't allocate too much memoryJohannes Berg2013-01-031-3/+4
| * regulatory: don't write past array when intersecting rulesJohannes Berg2013-01-031-2/+2
* | CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-221-7/+0
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-061-1/+1
|\
| * cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-1/+1
* | wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-121-3/+2
|/
* cfg80211: fix initialization of chan->max_reg_powerFelix Fietkau2012-10-181-2/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-301-24/+15
|\
| * cfg80211: Fix regulatory check for 60GHz band frequenciesVladimir Kondratiev2012-09-251-5/+14
| * wireless: remove unreachable codeAlan Cox2012-09-181-19/+1