summaryrefslogtreecommitdiffstats
path: root/net/mac80211/chan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-5/+22
|\
| * wifi: mac80211: fix idle calculation with multi-linkJohannes Berg2024-04-191-5/+22
* | wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg2024-04-191-12/+23
* | wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg2024-04-191-8/+9
* | wifi: mac80211: reserve chanctx during findJohannes Berg2024-04-191-2/+29
* | wifi: mac80211: don't enter idle during link switchJohannes Berg2024-03-251-15/+19
|/
* wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg2024-03-041-2/+1
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-3/+7
* wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg2024-02-081-41/+126
* wifi: mac80211: add and use a link iteration macroJohannes Berg2024-02-081-170/+76
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-107/+126
* wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg2024-02-081-3/+3
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-97/+14
* wifi: mac80211: clean up connection processJohannes Berg2024-02-081-1/+1
* wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-121-2/+2
* wifi: mac80211: Add support for WBRF featuresEvan Quan2023-12-121-0/+9
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-19/+4
* wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-74/+57
* wifi: mac80211: move CSA finalize to wiphy workJohannes Berg2023-09-111-2/+2
* wifi: mac80211: add consistency check for compat chandefAnjaneyulu2023-06-191-0/+5
* wifi: mac80211: use wiphy work for channel switchJohannes Berg2023-06-071-2/+2
* Merge wireless into wireless-nextJohannes Berg2023-06-071-28/+47
|\
| * wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-05-161-0/+3
| * wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-05-161-28/+44
| * wifi: mac80211: simplify chanctx allocationJohannes Berg2023-05-161-1/+1
* | wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-2/+2
|/
* wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg2023-02-141-1/+1
* wifi: mac80211: isolate driver from inactive linksJohannes Berg2022-09-061-0/+6
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-5/+4
* wifi: mac80211: don't check carrier in chanctx codeAndrei Otcheretianski2022-07-151-4/+0
* wifi: mac80211: tighten locking checkJohannes Berg2022-07-151-3/+4
* wifi: mac80211: mlme: first adjustments for MLOJohannes Berg2022-07-151-1/+1
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-57/+66
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-8/+17
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-261/+381
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-5/+4
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-47/+48
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-19/+20
* wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-011-5/+2
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-4/+4
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-161-1/+4
* mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2021-06-231-38/+70
* mac80211: Update rate control on channel changeIlan Peer2020-12-111-0/+61
* mac80211: Fix calculation of minimal channel widthIlan Peer2020-12-111-4/+6
* mac80211: remove WDS-related codeJohannes Berg2020-11-111-2/+1
* mac80211: get correct default channel width for S1GThomas Pedersen2020-09-281-1/+8
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-1/+1
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-1/+6
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+1