summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-12wifi: rtl8xxxu: Make some arrays constBitterblue Smith7-36/+36
2022-10-11wifi: rtw89: fix wrong bandwidth settings after scanPo-Hao Huang1-0/+1
2022-10-11wifi: rtw89: correct 6 GHz scan behaviorPo-Hao Huang2-6/+23
2022-10-11wifi: rtw89: 8852b: add chip_ops::set_channelPing-Ke Shih7-1/+903
2022-10-11wifi: rtw89: make generic functions to convert subband gain indexPing-Ke Shih2-44/+46
2022-10-11wifi: rtw89: 8852b: add HFC quota arraysPing-Ke Shih1-0/+32
2022-10-11wifi: rtw89: 8852b: set proper configuration before loading NCTLPing-Ke Shih2-5/+9
2022-10-11wifi: rtw89: parse PHY status only when PPDU is to_selfEric Huang1-0/+3
2022-10-11wifi: rtw89: coex: move chip_ops::btc_bt_aci_imp to a generic codeChing-Te Ku4-31/+7
2022-10-10wifi: realtek: remove duplicated wake_tx_queueJohannes Berg2-2/+0
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel14-252/+48
2022-10-10Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1238-13701/+50252
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel42-0/+42
2022-10-10wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel2-19/+78
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad8-10/+31
2022-10-07wifi: mac80211: minstrel_ht: remove unused has_mrr member from struct minstre...Peter Seiderer2-4/+0
2022-10-07wifi: mac80211: fix ifdef symbol nameJohannes Berg1-1/+1
2022-10-07wifi: mac80211: remove support for AddBA with fragmentationJohannes Berg1-19/+0
2022-10-07wifi: mac80211: agg-rx: avoid band checkJohannes Berg1-1/+1
2022-10-07wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg1-0/+10
2022-10-07wifi: mac80211: don't clear DTIM period after setting itJohannes Berg1-13/+12
2022-10-07wifi: mac80211: change AddBA deny error messageJohannes Berg1-1/+1
2022-10-07wifi: mac80211: mlme: mark assoc link in outputJohannes Berg1-2/+4
2022-10-07wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2-2/+6
2022-10-07wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg1-2/+6
2022-10-07wifi: fix multi-link element subelement iterationJohannes Berg1-1/+1
2022-10-07wifi: mac80211: add RCU _check() link access variantsJohannes Berg1-0/+8
2022-10-07wifi: mac80211: fix AddBA response addressingJohannes Berg1-1/+1
2022-10-07wifi: mac80211: set internal scan request BSSIDJohannes Berg1-0/+2
2022-10-07wifi: mac80211: advertise TWT requester only with HW supportHaim Dreyfuss1-6/+24
2022-10-07wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg1-19/+21
2022-10-07wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg2-1/+5
2022-10-07wifi: mac80211: transmit AddBA with MLD addressJohannes Berg1-1/+1
2022-10-07wifi: mac80211: wme: use ap_addr instead of deflink BSSIDJohannes Berg1-1/+1
2022-10-07wifi: mac80211: Process association status for affiliated linksIlan Peer2-5/+37
2022-10-07wifi: mac80211: Parse station profile from association responseIlan Peer4-6/+188
2022-10-07wifi: cfg80211/mac80211: Fix ML element common size validationIlan Peer1-1/+1
2022-10-07wifi: cfg80211/mac80211: Fix ML element common size calculationIlan Peer1-6/+5
2022-10-07wifi: ieee80211: Support validating ML station profile lengthIlan Peer1-0/+40
2022-10-07wifi: cfg80211: support reporting failed linksJohannes Berg4-1/+29
2022-10-07wifi: mac80211: recalc station aggregate data during link switchJohannes Berg3-9/+43
2022-10-07wifi: mac80211: include link address in debugfsBenjamin Berg1-0/+15
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg7-23/+200
2022-10-07wifi: mac80211: add pointer from link STA to STABenjamin Berg2-0/+4
2022-10-07wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook1-1/+3
2022-10-07wifi: wext: use flex array destination for memcpy()Hawkins Jiawei2-8/+19
2022-10-07wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packetsFelix Fietkau1-19/+21
2022-10-07wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2-7/+9
2022-10-07wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau1-3/+4
2022-10-07wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter1-1/+1