summaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21wifi: cfg80211: Add KHZ_PER_GHZ to units.h and reuseAndy Shevchenko1-4/+3
2024-02-12wifi: cfg80211: rename UHB to 6 GHzJohannes Berg1-5/+5
2023-12-21wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya1-0/+4
2023-12-21wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski1-1/+1
2023-12-21wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski1-0/+2
2023-09-25wifi: cfg80211: reg: describe return values in kernel-docJohannes Berg1-3/+13
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong1-0/+17
2023-09-13wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar1-8/+12
2023-09-13wifi: cfg80211: allow reg update by driver even if wiphy->regd is setRaj Kumar Bhagat1-5/+4
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-15/+1
2023-09-11wifi: cfg80211: reg: hold wiphy mutex for wdev iterationJohannes Berg1-0/+3
2023-09-11wifi: cfg80211: check RTNL when iterating devicesJohannes Berg1-9/+9
2023-06-21wifi: nl80211/reg: add no-EHT regulatory flagJohannes Berg1-1/+3
2023-06-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg1-4/+10
2023-06-19wifi: cfg80211: fix regulatory disconnect for non-MLOJohannes Berg1-1/+1
2023-06-09wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter1-3/+0
2023-06-06wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg1-2/+2
2023-02-14wifi: cfg80211: call reg_notifier for self managed wiphy from driver hintWen Gong1-0/+3
2023-01-19wifi: cfg80211: Deduplicate certificate loadingLukas Wunner1-46/+8
2022-12-01wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin1-1/+3
2022-10-21wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel1-3/+9
2022-08-25wifi: cfg80211: get correct AP link chandefShaul Triebitz1-0/+4
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-54/+85
2022-05-04cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov1-0/+4
2022-02-16nl80211: add support for 320MHz channel limitationSriram R1-0/+6
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski1-0/+2
2021-12-20cfg80211: Enable regulatory enforcement checks for drivers supporting mesh ifaceSriram R1-0/+2
2021-12-14cfg80211: Acquire wiphy mutex on regulatory workIlan Peer1-1/+6
2021-12-14nl80211: remove reload flag from regulatory_requestFinn Behrens1-4/+2
2021-11-29nl80211: reset regdom when reloading regdbFinn Behrens1-2/+25
2021-08-26cfg80211: use wiphy DFS domain if it is self-managedSriram R1-1/+8
2021-06-23cfg80211: set custom regdomain after wiphy registrationMiri Korenblit1-0/+1
2021-06-23cfg80211: reg: improve bad regulatory warningJohannes Berg1-1/+3
2021-04-08cfg80211: regulatory: use DEFINE_SPINLOCK() for spinlockQiheng Lin1-7/+3
2021-03-29reg.c: Fix a spelloBhaskar Chowdhury1-1/+1
2021-02-12cfg80211: initialize reg_rule in __freq_reg_info()Luca Coelho1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-30/+61
2021-01-08cfg80211: Save the regulatory domain with a lockIlan Peer1-1/+10
2020-12-11cfg80211: Save the regulatory domain when setting custom regulatoryIlan Peer1-0/+8
2020-12-11net: wireless: make a const array static, makes object smallerColin Ian King1-1/+1
2020-10-30cfg80211: regulatory: Fix inconsistent format argumentYe Bin1-1/+1
2020-09-28cfg80211: regulatory: remove a bogus initializationDan Carpenter1-1/+1
2020-09-18cfg80211: regulatory: handle S1G channelsThomas Pedersen1-12/+58
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-08-27cfg80211: add helper fn for adjacent rule channelsMarkus Theil1-11/+158
2020-08-27cfg80211: add helper fn for single rule channelsMarkus Theil1-47/+59
2020-08-27net: wireless: reg.c: delete duplicated words + fix punctuationRandy Dunlap1-2/+2
2020-08-27cfg80211: regulatory: reject invalid hintsJohannes Berg1-0/+3
2020-07-14net: wireless: kerneldoc fixesAndrew Lunn1-1/+3
2020-04-24cfg80211: express channels with a KHz componentThomas Pedersen1-19/+21