aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/chan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg1-1/+11
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-60/+136
2022-05-04cfg80211: remove cfg80211_get_chan_state()Johannes Berg1-92/+1
2022-02-16cfg80211: Add support for EHT 320 MHz channel widthJia Ding1-7/+84
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi1-3/+3
2021-12-20cfg80211: simplify cfg80211_chandef_valid()Johannes Berg1-30/+32
2021-11-26cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi1-0/+16
2021-06-23cfg80211: add cfg80211_any_usable_channels()Johannes Berg1-1/+32
2021-06-23wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz settingWen Gong1-3/+7
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-2/+3
2020-11-11cfg80211: remove WDS codeJohannes Berg1-3/+3
2020-10-08cfg80211: only allow S1G channels on S1G bandThomas Pedersen1-1/+4
2020-09-18nl80211: support setting S1G channelsThomas Pedersen1-52/+78
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+11
2020-08-27wireless: fix wrong 160/80+80 MHz settingShay Bar1-4/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-0/+35
2020-05-31cfg80211: treat 6 GHz channels as valid regardless of capabilityJohannes Berg1-7/+15
2020-04-24cfg80211: reject channels/chandefs with KHz offset >= 1000Johannes Berg1-0/+3
2020-04-24cfg80211: express channels with a KHz componentThomas Pedersen1-30/+38
2019-10-30nl80211: Disallow setting of HT for channel 14Masashi Honma1-0/+5
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar1-0/+159
2019-08-21cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel1-1/+2
2018-12-18cfg80211: add some missing fall through annotationsLuca Coelho1-0/+3
2018-03-29cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed1-2/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12cfg80211: remove set but never used variable cf_offsetJohannes Berg1-3/+1
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan1-7/+23
2017-03-06cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan1-0/+101
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+2
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-02cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King1-0/+1
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov1-11/+34
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov1-16/+22
2015-05-06cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern1-10/+19
2014-12-12cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen1-3/+6
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy1-0/+8
2014-10-29cfg80211: fix integer signedness in chandef_primary_freqs()Johannes Berg1-1/+1
2014-09-05cfg80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-05-15cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required()Luciano Coelho1-3/+2
2014-05-14cfg80211: fix start_radar_detection issueJanusz Dziedzic1-1/+1
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy1-0/+2
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-1/+1
2014-04-25cfg80211: Fix GO Concurrent relaxation on UNII-3Ilan Peer1-1/+17
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-18/+56
2014-04-09cfg80211: Enable GO operation on indoor channelsIlan Peer1-2/+10