summaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-7/+7
2023-06-14wifi: mac80211: add helpers to access sband iftype dataJohannes Berg1-7/+4
2023-06-12wifi: mac80211: fragment per STA profile correctlyBenjamin Berg1-2/+2
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg1-1/+1
2023-06-07Merge wireless into wireless-nextJohannes Berg1-1/+1
2023-06-06wifi: mac80211: stop warning after reconfig failuresJohannes Berg1-0/+1
2023-06-06wifi: mac80211: use u64 to hold enum ieee80211_bss_change flagsMukesh Sisodiya1-2/+2
2023-06-06wifi: mac80211: implement proper AP MLD HW restartJohannes Berg1-1/+43
2023-06-06wifi: mac80211: remove element scratch_lenJohannes Berg1-1/+1
2023-06-06wifi: mac80211: HW restart for MLOJohannes Berg1-34/+73
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg1-1/+1
2023-03-31wifi: mac80211: enable EHT mesh supportRyder Lee1-0/+71
2023-03-31Merge wireless/main into wireless-next/mainJohannes Berg1-1/+4
2023-03-30wifi: mac80211: S1G capabilities information element in probe requestKieran Frewen1-0/+23
2023-03-30wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee1-1/+1
2023-03-15wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel1-0/+3
2023-01-18mac80211: support minimal EHT rate reporting on RXJohannes Berg1-0/+13
2023-01-17Merge wireless into wireless-nextKalle Valo1-39/+3
2023-01-12wifi: mac80211: Drop stations iterator where the iterator function may sleepMartin Blumenstingl1-13/+0
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel1-39/+3
2022-10-29Kalle Valo says:Jakub Kicinski1-50/+196
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg1-15/+17
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-48/+5
2022-10-10Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-1/+1
2022-10-10wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel1-0/+46
2022-10-10wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg1-15/+15
2022-10-10wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg1-0/+2
2022-10-07wifi: mac80211: Parse station profile from association responseIlan Peer1-2/+148
2022-10-07wifi: mac80211: fix probe req HE capabilities accessJames Prestwood1-1/+1
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-27wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel1-2/+2
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-1/+1
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg1-15/+13
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg1-3/+2
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg1-1/+2
2022-08-25wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg1-9/+20
2022-07-15wifi: mac80211: add API to parse multi-link elementJohannes Berg1-0/+5
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg1-4/+4
2022-07-15wifi: mac80211: add multi-link element to AUTH framesJohannes Berg1-1/+20
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-1/+1
2022-07-15wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski1-7/+33
2022-07-15wifi: mac80211: add a helper to fragment an elementJohannes Berg1-0/+28
2022-07-15wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg1-3/+3
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-8/+5
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-1/+2
2022-07-15wifi: mac80211: refactor elements parsing with parameter structJohannes Berg1-29/+29
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-9/+9
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-17/+17
2022-07-15wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer1-31/+56