summaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: move function checking range fit to util.cRafał Miłecki2017-01-061-20/+7
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-121-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-15/+15
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-88/+34
|\
| * cfg80211: remove CFG80211_REG_DEBUGJohannes Berg2016-01-141-88/+34
* | regulatory: fix world regulatory domain dataJohannes Berg2016-01-141-5/+7
* | wireless: change cfg80211 regulatory domain info as debug messagesDave Young2016-01-141-15/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-1/+4
|\
| * nl80211: fix a few memory leaks in reg.cOla Olsson2015-12-151-1/+4
* | cfg80211: reg: Refactor calculation of bandwidth flagsMichal Sojka2015-12-041-54/+37
* | cfg80211: reg: Remove unused function parameterMichal Sojka2015-12-041-4/+3
|/
* 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
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-44/+67
|\
| * cfg80211: Process all pending regulatory requests/hintsBen2015-03-171-0/+7
| * cfg80211: Schedule timeout for all CRDA callsIlan peer2015-03-061-10/+5
| * cfg80211: Add API to change the indoor regulatory settingIlan peer2015-03-061-4/+53
| * cfg80211: Simplify the handling of regulatory indoor settingIlan peer2015-03-061-31/+3
* | cfg80211: fix n_reg_rules to match world_regdomJason Abele2015-02-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-22/+34
|\
| * cfg80211: fix deadlock during reg chan checkArik Nemtsov2015-01-071-22/+34
* | cfg80211: avoid reg-hints in self-managed only systemsArik Nemtsov2015-01-141-0/+25
* | cfg80211: introduce sync regdom set API for self-managedArik Nemtsov2015-01-141-2/+29
* | Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-01-071-7/+13
|\|
| * cfg80211: correctly check ad-hoc channelsArik Nemtsov2014-12-121-1/+7
| * cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2014-12-121-5/+2
| * cfg80211: avoid mem leak on driver hint setArik Nemtsov2014-12-121-1/+4
* | cfg80211: avoid intersection when applying self-managed regArik Nemtsov2014-12-171-3/+13
* | cfg80211: allow wiphy specific regdomain managementJonathan Doron2014-12-171-0/+88