aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: cfg80211: remove enum ieee80211_bandJohannes Berg2021-02-111-15/+15
* Merge 4.4.244 into kernel.lnx.4.4.r39-relNathan Chancellor2020-11-181-1/+1
|\
| * cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-11-181-1/+1
* | Merge 4.4.236 into kernel.lnx.4.4.r39-relNathan Chancellor2020-09-121-0/+3
|\|
| * cfg80211: regulatory: reject invalid hintsJohannes Berg2020-09-121-0/+3
* | Merge 4.4.197 into kernel.lnx.4.4.r39-relNathan Chancellor2019-10-171-1/+1
|\|
| * cfg80211: initialize on-stack chandefsJohannes Berg2019-10-171-1/+1
* | Merge android-4.4.191 (6da3fbc) into msm-4.4Srinivasarao P2019-09-091-1/+1
|\|
| * Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-09-061-1/+1
* | Merge android-4.4.177 (0c3b8c4) into msm-4.4Srinivasarao P2019-03-251-2/+2
|\|
| * cfg80211: extend range deviation for DMGChaitanya Tata2019-03-231-2/+2
* | Merge android-4.4.163 (0ca3fca) into msm-4.4Srinivasarao P2018-11-151-0/+1
|\|
| * cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski2018-11-101-0/+1
* | cfg80211: never ignore user regulatory hintAmar Singhal2018-08-231-25/+3
* | cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal2018-05-171-4/+29
* | Revert "cfg80211: Define new API to send reg change event"Amar Singhal2018-05-171-8/+0
* | Revert "reg: qcom: call reg notifier during wiphy registration"Amar Singhal2018-05-171-5/+3
* | Revert "reg: qcom: call regulatory callback for self managed hints"Amar Singhal2018-05-171-6/+4
* | cfg80211: Define new API to send reg change eventKiran Kumar Lokere2018-02-191-0/+8
* | reg: qcom: call reg notifier during wiphy registrationKiran Kumar Lokere2018-02-061-3/+5
* | reg: qcom: call regulatory callback for self managed hintsAmar Singhal2018-02-041-4/+6
* | cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan2017-11-231-0/+28
* | cfg80211: make wdev_list accessible to driversJohannes Berg2016-11-181-1/+1
* | cfg80211: unblock user hint when cfg80211_regdom is intersectedMihir Shete2016-06-031-3/+13
* | Revert "cfg80211/mac80211: disconnect on suspend"Ganesh Kondabattini2016-03-221-3/+39
* | cfg80211: export regulatory_hint_user() APIMihir Shete2016-03-221-0/+1
|/
* nl80211: fix a few memory leaks in reg.cOla Olsson2015-12-151-1/+4
* cfg80211: reg: fix reg_ignore_cell_hint return typeJohannes Berg2015-10-161-1/+2
* cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdefJohannes Berg2015-10-161-9/+2
* cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()Johannes Berg2015-10-161-2/+2
* cfg80211: reg: centralize freeing ignored requestsJohannes Berg2015-10-161-29/+35
* cfg80211: reg: clarify 'treatment' handling in reg_process_hint()Johannes Berg2015-10-161-7/+9
* cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()Johannes Berg2015-10-161-3/+3
* cfg80211: reg: make CRDA support optionalJohannes Berg2015-10-161-23/+50
* cfg80211: reg: remove useless reg_timeout schedulingJohannes Berg2015-10-151-8/+2
* cfg80211: reg: search built-in database directlyJohannes Berg2015-10-151-44/+58
* cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg2015-10-151-5/+5
* cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg2015-10-151-31/+30
* cfg80211: reg: remove useless non-NULL checkJohannes Berg2015-10-151-3/+0
* cfg80211: fix gHz to GHzJohannes Berg2015-10-151-1/+1
* Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-071-2/+2
|\
| * wireless: make __freq_reg_info staticJohannes Berg2015-09-221-2/+2
* | cfg80211: regulatory: restore proper user alpha2Maciej S. Szmigiero2015-09-041-1/+1
|/
* cfg80211: regulatory: handle 5 and 10 MHz channels properlyMatthias May2015-08-141-11/+53
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-07-171-4/+4
|\
| * cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-171-1/+1
| * wireless: regulatory: reduce log level of CRDA related messagesThomas Petazzoni2015-07-171-3/+3
* | wireless: remove superfluous if statement in regulatory codeJohn Linville2015-07-171-5/+4
|/
* cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov2015-05-061-2/+2
* cfg80211: Stop calling crda if it is not responsiveIlan peer2015-04-011-5/+29