summaryrefslogtreecommitdiff
path: root/net/mac80211/chan.c
AgeCommit message (Expand)Author
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg
2024-07-09wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau
2024-07-09wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helperFelix Fietkau
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau
2024-07-09wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau
2024-06-26wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg
2024-06-26wifi: mac80211: update STA/chandef width during switchJohannes Berg
2024-06-26wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg
2024-05-23wifi: mac80211: collect some CSA data into sub-structsJohannes Berg
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-19wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg
2024-04-19wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg
2024-04-19wifi: mac80211: reserve chanctx during findJohannes Berg
2024-04-19wifi: mac80211: fix idle calculation with multi-linkJohannes Berg
2024-03-25wifi: mac80211: don't enter idle during link switchJohannes Berg
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg
2024-02-08wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg
2024-02-08wifi: mac80211: add and use a link iteration macroJohannes Berg
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg
2024-02-08wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2024-02-08wifi: mac80211: clean up connection processJohannes Berg
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski
2023-12-12wifi: mac80211: Add support for WBRF featuresEvan Quan
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg
2023-09-11wifi: mac80211: move CSA finalize to wiphy workJohannes Berg
2023-06-19wifi: mac80211: add consistency check for compat chandefAnjaneyulu
2023-06-07wifi: mac80211: use wiphy work for channel switchJohannes Berg
2023-06-07Merge wireless into wireless-nextJohannes Berg
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg
2023-02-14wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman
2022-07-15wifi: mac80211: don't check carrier in chanctx codeAndrei Otcheretianski
2022-07-15wifi: mac80211: tighten locking checkJohannes Berg
2022-07-15wifi: mac80211: mlme: first adjustments for MLOJohannes Berg
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-06-01wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg