summaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-2/+10
|\
| * cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic2014-02-251-1/+9
| * cfg80211: bugfix in regulatory user hint processInbal Hacohen2014-02-191-1/+1
* | cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flagJanusz Dziedzic2014-02-211-36/+47
* | cfg80211: regulatory introduce maximum bandwidth calculationJanusz Dziedzic2014-02-051-16/+114
* | net: wireless: move regulatory timeout work to power efficient workqueueShaibal Dutta2014-02-041-3/+6
* | cfg80211: add helper reg_get_regdomain() functionJanusz Dziedzic2014-02-041-11/+17
* | cfg80211: make device_type constJohannes Berg2014-02-041-1/+1
* | cfg80211: fix few minor issues in reg_process_hint()Ilan Peer2014-02-041-9/+10
|/
* cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-0/+2
* cfg80211: add reg_get_dfs_region()Luis R. Rodriguez2013-12-031-0/+27
* cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez2013-11-251-25/+16Star
* cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez2013-11-251-0/+3
* cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez2013-11-251-0/+16
* cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez2013-11-251-2/+2
* cfg80211: add an option to disable processing country IEsLuis R. Rodriguez2013-11-251-0/+3
* cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez2013-11-251-5/+3Star
* cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-251-16/+16
* cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez2013-11-251-6/+5Star
* cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez2013-11-251-67/+56Star
* cfg80211: set user regulatory updates on its ownLuis R. Rodriguez2013-11-251-0/+35
* cfg80211: set core regulatory updates on its ownLuis R. Rodriguez2013-11-251-13/+27
* cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez2013-11-251-3/+3
* cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez2013-11-251-13/+18
* cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez2013-11-251-0/+2
* cfg80211: add helper for calling CRDALuis R. Rodriguez2013-11-251-12/+12
* cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez2013-11-251-10/+11
* cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez2013-11-251-23/+19Star
* cfg80211: process non country IE conflicting firstLuis R. Rodriguez2013-11-251-19/+20
* cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez2013-11-251-133/+68Star
* cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez2013-11-251-17/+86
* cfg80211: process user regulatory requests on its ownLuis R. Rodriguez2013-11-251-33/+81
* cfg80211: processing core regulatory hints on its ownLuis R. Rodriguez2013-11-251-2/+44
* cfg80211: check regulatory request alpha2 earlyLuis R. Rodriguez2013-11-251-1/+1
* cfg80211: enforce disabling channels by custom or strict settingsLuis R. Rodriguez2013-11-251-3/+14
* cfg80211: remove second argument from reg_process_hint()Luis R. Rodriguez2013-11-251-6/+5Star
* cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez2013-11-251-0/+4
* cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-251-23/+10Star
* cfg80211: export reg_initiator_name()Luis R. Rodriguez2013-10-281-10/+16
* cfg80211: simplify strict custom alpha2 regdomain checkLuis R. Rodriguez2013-10-111-2/+8
* cfg80211: enable regulatory hints for strict custom settingsLuis R. Rodriguez2013-10-111-0/+1
* cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()Luis R. Rodriguez2013-10-091-2/+2
* regulatory: enable channels 52-64 and 100-144 for world roamingJohannes Berg2013-10-011-2/+12
* 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/+19Star
* regulatory: use RCU in regulatory_hint_11d()Johannes Berg2013-05-251-14/+16
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-24/+12Star
* wireless: regulatory: fix channel disabling race conditionJohannes Berg2013-04-161-1/+1