summaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-18cfg80211: regulatory: Fix inconsistent format argumentYe Bin1-1/+1
2020-09-09cfg80211: regulatory: reject invalid hintsJohannes Berg1-0/+3
2020-03-20cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg1-1/+1
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor1-1/+22
2020-02-05wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat1-3/+10
2019-11-20cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla1-0/+46
2019-10-11cfg80211: initialize on-stack chandefsJohannes Berg1-1/+1
2019-09-06Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert1-1/+1
2019-03-05cfg80211: extend range deviation for DMGChaitanya Tata1-2/+2
2018-11-04cfg80211: fix use-after-free in reg_process_hint()Yu Zhao1-3/+4
2018-11-04cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski1-0/+1
2017-09-06cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach1-2/+18
2017-04-25cfg80211: Fix dfs state propagation for non-DFS center channelVasanthakumar Thiagarajan1-3/+0
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan1-0/+120
2017-03-06cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan1-0/+28
2017-01-06cfg80211: move function checking range fit to util.cRafał Miłecki1-20/+7
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-15/+15
2016-03-02Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-88/+34
2016-01-14cfg80211: remove CFG80211_REG_DEBUGJohannes Berg1-88/+34
2016-01-14regulatory: fix world regulatory domain dataJohannes Berg1-5/+7
2016-01-14wireless: change cfg80211 regulatory domain info as debug messagesDave Young1-15/+18
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-12-15nl80211: fix a few memory leaks in reg.cOla Olsson1-1/+4
2015-12-04cfg80211: reg: Refactor calculation of bandwidth flagsMichal Sojka1-54/+37
2015-12-04cfg80211: reg: Remove unused function parameterMichal Sojka1-4/+3
2015-10-16cfg80211: reg: fix reg_ignore_cell_hint return typeJohannes Berg1-1/+2
2015-10-16cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdefJohannes Berg1-9/+2
2015-10-16cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()Johannes Berg1-2/+2
2015-10-16cfg80211: reg: centralize freeing ignored requestsJohannes Berg1-29/+35
2015-10-16cfg80211: reg: clarify 'treatment' handling in reg_process_hint()Johannes Berg1-7/+9
2015-10-16cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()Johannes Berg1-3/+3
2015-10-16cfg80211: reg: make CRDA support optionalJohannes Berg1-23/+50
2015-10-15cfg80211: reg: remove useless reg_timeout schedulingJohannes Berg1-8/+2
2015-10-15cfg80211: reg: search built-in database directlyJohannes Berg1-44/+58
2015-10-15cfg80211: reg: rename reg_call_crda to reg_query_databaseJohannes Berg1-5/+5
2015-10-15cfg80211: reg: fix reg_call_crda() return value bugJohannes Berg1-31/+30
2015-10-15cfg80211: reg: remove useless non-NULL checkJohannes Berg1-3/+0
2015-10-15cfg80211: fix gHz to GHzJohannes Berg1-1/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller1-2/+2
2015-09-22wireless: make __freq_reg_info staticJohannes Berg1-2/+2
2015-09-04cfg80211: regulatory: restore proper user alpha2Maciej S. Szmigiero1-1/+1
2015-08-14cfg80211: regulatory: handle 5 and 10 MHz channels properlyMatthias May1-11/+53
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg1-4/+4
2015-07-17wireless: remove superfluous if statement in regulatory codeJohn Linville1-5/+4
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov1-1/+1
2015-07-17wireless: regulatory: reduce log level of CRDA related messagesThomas Petazzoni1-3/+3
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov1-2/+2
2015-04-01cfg80211: Stop calling crda if it is not responsiveIlan peer1-5/+29
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-44/+67