aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/chan.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg1-7/+19
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-24/+38
2024-02-08wifi: cfg80211: simplify cfg80211_chandef_compatible()Johannes Berg1-80/+90
2024-02-08wifi: wireless: declare different S1G chandefs incompatibleJohannes Berg1-5/+10
2024-02-08wifi: cfg80211: move puncturing validation codeJohannes Berg1-69/+69
2023-12-21wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski1-7/+87
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan1-1/+2
2023-09-13wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh1-0/+2
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-3/+2
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-23/+9
2023-09-11wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan()Johannes Berg1-3/+7
2023-09-11wifi: cfg80211: check RTNL when iterating devicesJohannes Berg1-1/+1
2023-02-14wifi: cfg80211: move puncturing bitmap validation from mac80211Aloka Dixit1-0/+69
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 confus...Lorenzo 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 se...Wen 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
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-3/+73
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+56
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+1
2014-02-25cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic1-0/+56
2014-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+19
2014-02-13net: remove unnecessary return'sstephen hemminger1-2/+0
2014-02-12cfg80211: remove NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNELJohannes Berg1-5/+1
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior1-4/+19
2013-11-25cfg80211: allow beaconing after DFS CACJanusz Dziedzic1-11/+74
2013-11-25cfg80211: add missing break in cfg80211_get_chan_state()Johannes Berg1-0/+1
2013-11-25cfg80211: DFS check chandef usable before CACJanusz Dziedzic1-0/+74
2013-11-25cfg80211: add helper functions for start/end freqJanusz Dziedzic1-14/+30
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-2/+1
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich1-1/+2
2013-09-26cfg80211: export cfg80211_chandef_dfs_requiredSimon Wunderlich1-0/+1
2013-06-18nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flagSimon Wunderlich1-8/+49
2013-02-15cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg1-1/+12
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich1-2/+127
2013-01-03cfg80211: adjacent 80+80 MHz channel segments are invalidJohannes Berg1-0/+4
2012-12-04cfg80211: check no-OFDM flag for channels wider than 20 MHzJohannes Berg1-0/+3
2012-11-27cfg80211: rework chandef checking and export itJohannes Berg1-29/+63
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-20/+229
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-50/+9
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev1-3/+10
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-1/+2
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-1/+6
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg1-8/+1
2012-07-12cfg80211: ignore channel state for stopped AP/mesh interfacesFelix Fietkau1-2/+9
2012-07-12cfg80211: fix locking and lockdep complaintsJohannes Berg1-3/+1
2012-06-29cfg80211: track monitor channelMichal Kazior1-1/+8
2012-06-29cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior1-0/+2
2012-06-29cfg80211: introduce cfg80211_get_chan_stateMichal Kazior1-0/+51
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-38/+5
2012-06-05cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg1-16/+6
2012-05-16cfg80211: fix cfg80211_can_beacon_sec_chan prototypeJohannes Berg1-1/+1
2011-12-06nl80211: Parse channel type attribute in an ibss join requestAlexander Simon1-5/+7
2010-11-18cfg80211: fix can_beacon_sec_chan, reenable HT40Mark Mentovai1-0/+2
2010-11-16cfg80211: fix extension channel checks to initiate communicationLuis R. Rodriguez1-0/+52
2010-06-02cfg80211: don't refuse HT20 channels on devices that don't support HT40Helmut Schaa1-2/+3
2010-05-21cfg80211: fix crash in cfg80211_set_freq()Felix Fietkau1-1/+1
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-39/+17
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen1-14/+27
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg1-1/+2
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg1-0/+88