summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorLines
2022-09-27wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel-2/+2
2022-07-15wifi: mac80211: add API to parse multi-link elementJohannes Berg-0/+5
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg-4/+4
2022-07-15wifi: mac80211: add multi-link element to AUTH framesJohannes Berg-1/+20
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman-1/+1
2022-07-15wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski-7/+33
2022-07-15wifi: mac80211: add a helper to fragment an elementJohannes Berg-0/+28
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg-3/+3
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg-8/+5
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman-1/+2
2022-07-15wifi: mac80211: refactor elements parsing with parameter structJohannes Berg-29/+29
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-9/+9
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg-17/+17
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer-31/+56
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg-14/+20
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2022-07-11wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu-1/+1
2022-06-29wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau-0/+3
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz-1/+1
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg-2/+3
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg-14/+25
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-2/+2
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg-12/+10
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg-8/+8
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg-69/+1
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg-40/+0
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala-3/+30
2022-02-16mac80211: Add EHT capabilities to association/probe requestIlan Peer-0/+79
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer-32/+110
2022-02-16mac80211: Support parsing EHT elementsIlan Peer-0/+11
2022-02-16mac80211: parse only HE capability elements with valid sizeJohannes Berg-2/+4
2022-02-04mac80211: Remove redundent assignment channel_typeJiapeng Chong-1/+0
2022-02-04mac80211: limit bandwidth in HE capabilitiesJohannes Berg-5/+22
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl-0/+13
2021-12-14mac80211: do drv_reconfig_complete() before restarting allJohannes Berg-7/+7
2021-12-14mac80211: Fix the size used for building probe requestIlan Peer-1/+1
2021-12-14mac80211: validate extended element ID is presentJohannes Berg-1/+6
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg-3/+4
2021-09-27mac80211: add parse regulatory info in 6 GHz operation informationWen Gong-0/+14
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg-7/+13
2021-09-23mac80211: mlme: find auth challenge directlyJohannes Berg-4/+0
2021-09-23mac80211: move CRC into struct ieee802_11_elemsJohannes Berg-5/+5
2021-08-26mac80211: parse transmit power envelope elementWen Gong-0/+12
2021-06-23mac80211: add HE 6 GHz capability only if supportedJohannes Berg-4/+7
2021-06-23mac80211: always include HE 6GHz capability in probe requestJohannes Berg-1/+11
2021-06-23mac80211: conditionally advertise HE in probe requestsJohannes Berg-1/+3
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg-1/+2
2021-06-23mac80211: free skb in WEP error caseJohannes Berg-1/+4
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg-11/+11