aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-25cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic1-1/+9
2014-02-19cfg80211: bugfix in regulatory user hint processInbal Hacohen1-1/+1
2014-01-13cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez1-0/+2
2013-12-03cfg80211: add reg_get_dfs_region()Luis R. Rodriguez1-0/+27
2013-11-25cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez1-25/+16
2013-11-25cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez1-0/+16
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez1-2/+2
2013-11-25cfg80211: add an option to disable processing country IEsLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez1-5/+3
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez1-16/+16
2013-11-25cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez1-67/+56
2013-11-25cfg80211: set user regulatory updates on its ownLuis R. Rodriguez1-0/+35
2013-11-25cfg80211: set core regulatory updates on its ownLuis R. Rodriguez1-13/+27
2013-11-25cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez1-3/+3
2013-11-25cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez1-13/+18
2013-11-25cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez1-0/+2
2013-11-25cfg80211: add helper for calling CRDALuis R. Rodriguez1-12/+12
2013-11-25cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez1-10/+11
2013-11-25cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez1-23/+19
2013-11-25cfg80211: process non country IE conflicting firstLuis R. Rodriguez1-19/+20
2013-11-25cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez1-133/+68
2013-11-25cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez1-17/+86
2013-11-25cfg80211: process user regulatory requests on its ownLuis R. Rodriguez1-33/+81
2013-11-25cfg80211: processing core regulatory hints on its ownLuis R. Rodriguez1-2/+44
2013-11-25cfg80211: check regulatory request alpha2 earlyLuis R. Rodriguez1-1/+1
2013-11-25cfg80211: enforce disabling channels by custom or strict settingsLuis R. Rodriguez1-3/+14
2013-11-25cfg80211: remove second argument from reg_process_hint()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez1-0/+4
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-23/+10
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+16
2013-10-11cfg80211: simplify strict custom alpha2 regdomain checkLuis R. Rodriguez1-2/+8
2013-10-11cfg80211: enable regulatory hints for strict custom settingsLuis R. Rodriguez1-0/+1
2013-10-09cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()Luis R. Rodriguez1-2/+2
2013-10-01regulatory: enable channels 52-64 and 100-144 for world roamingJohannes Berg1-2/+12
2013-07-25regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov1-1/+4
2013-07-16regulatory: add missing rtnl lockingJohannes Berg1-0/+2
2013-06-04regulatory: use proper enum return valueJohannes Berg1-1/+1
2013-05-25regulatory: remove reg_mutexJohannes Berg1-57/+19
2013-05-25regulatory: use RCU in regulatory_hint_11d()Johannes Berg1-14/+16
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-24/+12
2013-04-16wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2013-03-06regulatory: allow VHT channels in world roamingJohannes Berg1-3/+3
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+18
2013-02-15cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg1-0/+8
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich1-0/+3
2013-02-11cfg80211: Fix memory leakLarry Finger1-2/+7
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-627/+497
2013-01-11wireless: fix regulatory HT40 allowed checkFelix Fietkau1-1/+3