aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen13-190/+653
2021-06-23Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih1-4/+1
2021-06-23mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-06-23mac80211: fix NULL ptr dereference during mesh peer connection for non HE dev...Abinaya Kalaiselvan1-1/+3
2021-06-23mac80211: Enable power save after receiving NULL packet ACKBassem Dawood1-4/+3
2021-06-23mac80211: add HE 6 GHz capability only if supportedJohannes Berg1-4/+7
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg7-35/+133
2021-06-23mac80211: always include HE 6GHz capability in probe requestJohannes Berg1-1/+11
2021-06-23cfg80211: Support hidden AP discovery over 6GHz bandIlan Peer1-3/+13
2021-06-23mac80211: add vendor-specific capabilities to assoc requestJohannes Berg1-2/+10
2021-06-23cfg80211: allow advertising vendor-specific capabilitiesJohannes Berg3-0/+15
2021-06-23cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2-4/+5
2021-06-23mac80211: conditionally advertise HE in probe requestsJohannes Berg1-1/+3
2021-06-23cfg80211: add cfg80211_any_usable_channels()Johannes Berg2-1/+43
2021-06-23cfg80211: reg: improve bad regulatory warningJohannes Berg1-1/+3
2021-06-23nl80211: Fix typo pmsr->pmsrSosthène Guédon1-2/+2
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun6-6/+6
2021-06-23cfg80211: remove ieee80211_get_he_sta_cap()Johannes Berg1-12/+0
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg4-13/+29
2021-06-23cfg80211: trace more information in assoc trace eventJohannes Berg2-3/+45
2021-06-23mac80211: improve AP disconnect messageJohannes Berg1-2/+2
2021-06-23mac80211: rearrange struct txq_info for fewer holesJohannes Berg1-3/+6
2021-06-23ieee80211: add defines for HE PHY cap byte 10Johannes Berg1-0/+2
2021-06-23mac80211: Properly WARN on HW scan before restartIlan Peer1-4/+3
2021-06-23nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern3-3/+23
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz2-1/+21
2021-06-23ieee80211: define timing measurement in extended capabilities IEKrishnanand Prabhu1-1/+6
2021-06-23mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2-126/+71
2021-06-23mac80211: free skb in WEP error caseJohannes Berg1-1/+4
2021-06-23mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz1-9/+9
2021-06-23mac80211: allow SMPS requests only in client modeJohannes Berg1-10/+8
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2-9/+3
2021-06-23ieee80211: add the value for Category '6' in "rtw_ieee80211_category"Christophe JAILLET1-0/+1
2021-06-23mac80211_hwsim: record stats in non-netlink pathNguyen Dinh Phi1-0/+2
2021-06-23mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du1-10/+38
2021-06-23wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz se...Wen Gong1-3/+7
2021-06-23mac80211: check per vif offload_flags in Tx pathRyder Lee1-0/+3
2021-06-23mac80211: add rate control support for encap offloadRyder Lee2-6/+15
2021-06-23mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee1-23/+29
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau3-27/+33
2021-06-23cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach5-29/+27
2021-06-23mac80211: don't open-code LED manipulationsJohannes Berg1-10/+2
2021-06-23mac80211: consider per-CPU statistics if presentJohannes Berg1-8/+3
2021-06-23cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih1-5/+4
2021-06-23mac80211: remove the repeated declarationShaokun Zhang1-1/+0
2021-06-23mac80211: refactor rc_no_data_or_no_ack_use_min functionPhilipp Borgers1-5/+1
2021-06-23mac80211: do not use low data rates for data frames with no ack flagPhilipp Borgers1-0/+4
2021-06-23mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers1-0/+18
2021-06-23mac80211: simplify ieee80211_add_station()Johannes Berg1-9/+1
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg5-46/+23