summaryrefslogtreecommitdiff
path: root/net/mac80211/chan.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau1-1/+13
2024-10-23wifi: mac80211: use vif radio mask to limit creating chanctxFelix Fietkau1-3/+10
2024-10-23wifi: mac80211: chan: calculate min_def also for client modeJohannes Berg1-9/+17
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg1-1/+1
2024-10-23wifi: mac80211: update the right link for tx powerEmmanuel Grumbach1-2/+2
2024-10-23wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach1-2/+2
2024-10-23wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit1-1/+1
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov1-2/+2
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-0/+1
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg1-1/+3
2024-07-09wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau1-5/+47
2024-07-09wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helperFelix Fietkau1-69/+72
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau1-6/+11
2024-07-09wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau1-3/+5
2024-06-26wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg1-0/+11
2024-06-26wifi: mac80211: update STA/chandef width during switchJohannes Berg1-15/+52
2024-06-26wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg1-12/+19
2024-05-23wifi: mac80211: collect some CSA data into sub-structsJohannes Berg1-2/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+22
2024-04-19wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg1-12/+23
2024-04-19wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg1-8/+9
2024-04-19wifi: mac80211: reserve chanctx during findJohannes Berg1-2/+29
2024-04-19wifi: mac80211: fix idle calculation with multi-linkJohannes Berg1-5/+22
2024-03-25wifi: mac80211: don't enter idle during link switchJohannes Berg1-15/+19
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_chanc...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