summaryrefslogtreecommitdiffstats
path: root/net/mac80211/chan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau2024-10-231-1/+13
* wifi: mac80211: use vif radio mask to limit creating chanctxFelix Fietkau2024-10-231-3/+10
* wifi: mac80211: chan: calculate min_def also for client modeJohannes Berg2024-10-231-9/+17
* wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg2024-10-231-1/+1
* wifi: mac80211: update the right link for tx powerEmmanuel Grumbach2024-10-231-2/+2
* wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach2024-10-231-2/+2
* wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit2024-10-231-1/+1
* wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov2024-10-081-2/+2
* wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh2024-09-061-0/+1
* wifi: mac80211: fix RCU list iterationsJohannes Berg2024-08-281-1/+3
* wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau2024-07-091-5/+47
* wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helperFelix Fietkau2024-07-091-69/+72
* wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau2024-07-091-6/+11
* wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau2024-07-091-3/+5
* wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg2024-06-261-0/+11
* wifi: mac80211: update STA/chandef width during switchJohannes Berg2024-06-261-15/+52
* wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg2024-06-261-12/+19
* wifi: mac80211: collect some CSA data into sub-structsJohannes Berg2024-05-231-2/+2
* 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