summaryrefslogtreecommitdiff
path: root/net/mac80211/chan.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07wifi: mac80211: synchronize valid links for WDS AP_VLAN interfacesTamizh Chelvam Raja1-0/+8
2026-04-07wifi: mac80211: add NAN local schedule supportMiri Korenblit1-26/+106
2026-03-27Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-76/+123
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit1-0/+2
2026-03-25wifi: mac80211: extract channel logic from link logicMiri Korenblit1-14/+38
2026-03-24wifi: mac80211: make ieee80211_find_chanctx link-unawareMiri Korenblit1-12/+14
2026-03-24wifi: mac80211: use for_each_chanctx_user_* in one more placeMiri Korenblit1-52/+71
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2026-03-13wifi: mac80211: always use full chanctx compatible checkJohannes Berg1-49/+37
2026-03-06mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stationsFelix Fietkau1-2/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-08wifi: mac80211: don't iterate not running interfacesMiri Korenblit1-0/+3
2025-11-26wifi: mac80211: allow sharing identical chanctx for S1G interfacesLachlan Hodges1-1/+12
2025-11-24wifi: mac80211: fix channel switching codeJohannes Berg1-1/+1
2025-11-10wifi: mac80211: add and use chanctx usage iterationJohannes Berg1-147/+195
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg1-19/+27
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg1-55/+72
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg1-1/+1
2025-09-04wifi: mac80211: simplify return value handling of cfg80211_get_radio_idx_by_c...Aditya Kumar Singh1-11/+0
2025-07-15wifi: mac80211: only assign chanctx in reconfigMiri Korenblit1-4/+6
2025-07-15wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return valueJohannes Berg1-5/+3
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-1/+1
2025-06-24wifi: mac80211: update radar_required in channel context after channel switchRamya Gnanasekar1-0/+1
2025-06-20wifi: mac80211: Allow scan on a radio while operating on DFS on another radioRaj Kumar Bhagat1-3/+27
2025-04-23wifi: mac80211: Create separate links for VLAN interfacesMuna Sinada1-0/+3
2025-02-26wifi: mac80211: add ieee80211_iter_chan_contexts_mtxMiri Korenblit1-1/+19
2025-01-13wifi: mac80211: add some support for RX OMI power savingJohannes Berg1-0/+7
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