summaryrefslogtreecommitdiffstats
path: root/net/wireless/chan.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-2/+3
* cfg80211: remove WDS codeJohannes Berg2020-11-111-3/+3
* cfg80211: only allow S1G channels on S1G bandThomas Pedersen2020-10-081-1/+4
* nl80211: support setting S1G channelsThomas Pedersen2020-09-181-52/+78
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-4/+11
|\
| * wireless: fix wrong 160/80+80 MHz settingShay Bar2020-08-271-4/+11
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-0/+35
* cfg80211: treat 6 GHz channels as valid regardless of capabilityJohannes Berg2020-05-311-7/+15
* cfg80211: reject channels/chandefs with KHz offset >= 1000Johannes Berg2020-04-241-0/+3
* cfg80211: express channels with a KHz componentThomas Pedersen2020-04-241-30/+38
* nl80211: Disallow setting of HT for channel 14Masashi Honma2019-10-301-0/+5
* nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-0/+159
* cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel2019-08-211-1/+2
* cfg80211: add some missing fall through annotationsLuca Coelho2018-12-181-0/+3
* cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed2018-03-291-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | cfg80211: remove set but never used variable cf_offsetJohannes Berg2017-10-121-3/+1
|/
* cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan2017-03-061-7/+23
* cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan2017-03-061-0/+101
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-171-0/+1
|\
| * cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King2016-08-021-0/+1
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
|/
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-121-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-171-11/+34
* cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov2015-05-061-16/+22
* cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern2015-05-061-10/+19
* cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2014-12-121-3/+6
* cfg80211: 802.11p OCB mode handlingRostislav Lisovy2014-11-041-0/+8
* cfg80211: fix integer signedness in chandef_primary_freqs()Johannes Berg2014-10-291-1/+1
* cfg80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required()Luciano Coelho2014-05-151-3/+2
* cfg80211: fix start_radar_detection issueJanusz Dziedzic2014-05-141-1/+1
* cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy2014-04-251-0/+2
* cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-1/+1
* cfg80211: Fix GO Concurrent relaxation on UNII-3Ilan Peer2014-04-251-1/+17
* cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho2014-04-091-18/+56
* cfg80211: Enable GO operation on indoor channelsIlan Peer2014-04-091-2/+10
* cfg80211: Enable GO operation on additional channelsIlan Peer2014-04-091-3/+73
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-211-0/+56
|\
| * cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic2014-02-251-0/+56
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-131-5/+1
|\|
| * cfg80211: remove NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNELJohannes Berg2014-02-121-5/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-201-4/+19
|\|
| * cfg80211: consider existing DFS interfacesMichal Kazior2014-02-041-4/+19
* | net: remove unnecessary return'sstephen hemminger2014-02-131-2/+0
|/
* cfg80211: allow beaconing after DFS CACJanusz Dziedzic2013-11-251-11/+74