aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211/chan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg1-2/+1
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-3/+7
2024-02-08wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg1-41/+126
2024-02-08wifi: mac80211: add and use a link iteration macroJohannes Berg1-170/+76
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-107/+126
2024-02-08wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg1-3/+3
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-97/+14
2024-02-08wifi: mac80211: clean up connection processJohannes Berg1-1/+1
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski1-2/+2
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan1-0/+9
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-19/+4
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-74/+57
2023-09-11wifi: mac80211: move CSA finalize to wiphy workJohannes Berg1-2/+2
2023-06-19wifi: mac80211: add consistency check for compat chandefAnjaneyulu1-0/+5
2023-06-07wifi: mac80211: use wiphy work for channel switchJohannes Berg1-2/+2
2023-06-07Merge wireless into wireless-nextJohannes Berg1-28/+47
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu1-2/+2
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg1-28/+44
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-02-14wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg1-1/+1
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-0/+6
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-5/+4
2022-07-15wifi: mac80211: don't check carrier in chanctx codeAndrei Otcheretianski1-4/+0
2022-07-15wifi: mac80211: tighten locking checkJohannes Berg1-3/+4
2022-07-15wifi: mac80211: mlme: first adjustments for MLOJohannes Berg1-1/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-57/+66
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-8/+17
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-261/+381
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-5/+4
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-47/+48
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-19/+20
2022-06-01wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-4/+4
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-1/+4
2021-06-23mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein1-38/+70
2020-12-11mac80211: Update rate control on channel changeIlan Peer1-0/+61
2020-12-11mac80211: Fix calculation of minimal channel widthIlan Peer1-4/+6
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-2/+1
2020-09-28mac80211: get correct default channel width for S1GThomas Pedersen1-1/+8
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-1/+6
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-01-11mac80211: calculate min channel width correctlyJohannes Berg1-3/+0
2016-12-13mac80211: Remove unused 'i' variableKirtika Ruchandani1-3/+1
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-0/+3