summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih2021-06-231-4/+1
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-06-231-5/+0
* mac80211: fix NULL ptr dereference during mesh peer connection for non HE dev...Abinaya Kalaiselvan2021-06-231-1/+3
* mac80211: Enable power save after receiving NULL packet ACKBassem Dawood2021-06-231-4/+3
* mac80211: add HE 6 GHz capability only if supportedJohannes Berg2021-06-231-4/+7
* mac80211: notify driver on mgd TX completionJohannes Berg2021-06-237-35/+133
* mac80211: always include HE 6GHz capability in probe requestJohannes Berg2021-06-231-1/+11
* cfg80211: Support hidden AP discovery over 6GHz bandIlan Peer2021-06-231-3/+13
* mac80211: add vendor-specific capabilities to assoc requestJohannes Berg2021-06-231-2/+10
* cfg80211: allow advertising vendor-specific capabilitiesJohannes Berg2021-06-233-0/+15
* cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2021-06-232-4/+5
* mac80211: conditionally advertise HE in probe requestsJohannes Berg2021-06-231-1/+3
* cfg80211: add cfg80211_any_usable_channels()Johannes Berg2021-06-232-1/+43
* cfg80211: reg: improve bad regulatory warningJohannes Berg2021-06-231-1/+3
* nl80211: Fix typo pmsr->pmsrSosthène Guédon2021-06-231-2/+2
* mac80211: fix some spelling mistakesZheng Yongjun2021-06-236-6/+6
* cfg80211: remove ieee80211_get_he_sta_cap()Johannes Berg2021-06-231-12/+0
* mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg2021-06-234-13/+29
* cfg80211: trace more information in assoc trace eventJohannes Berg2021-06-232-3/+45
* mac80211: improve AP disconnect messageJohannes Berg2021-06-231-2/+2
* mac80211: rearrange struct txq_info for fewer holesJohannes Berg2021-06-231-3/+6
* ieee80211: add defines for HE PHY cap byte 10Johannes Berg2021-06-231-0/+2
* mac80211: Properly WARN on HW scan before restartIlan Peer2021-06-231-4/+3
* nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern2021-06-233-3/+23
* mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz2021-06-232-1/+21
* ieee80211: define timing measurement in extended capabilities IEKrishnanand Prabhu2021-06-231-1/+6
* mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2021-06-232-126/+71
* mac80211: free skb in WEP error caseJohannes Berg2021-06-231-1/+4
* mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz2021-06-231-9/+9
* mac80211: allow SMPS requests only in client modeJohannes Berg2021-06-231-10/+8
* mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2021-06-232-9/+3
* ieee80211: add the value for Category '6' in "rtw_ieee80211_category"Christophe JAILLET2021-06-231-0/+1
* mac80211_hwsim: record stats in non-netlink pathNguyen Dinh Phi2021-06-231-0/+2
* mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du2021-06-231-10/+38
* wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz se...Wen Gong2021-06-231-3/+7
* mac80211: check per vif offload_flags in Tx pathRyder Lee2021-06-231-0/+3
* mac80211: add rate control support for encap offloadRyder Lee2021-06-232-6/+15
* mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee2021-06-231-23/+29
* mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau2021-06-233-27/+33
* cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach2021-06-235-29/+27
* mac80211: don't open-code LED manipulationsJohannes Berg2021-06-231-10/+2
* mac80211: consider per-CPU statistics if presentJohannes Berg2021-06-231-8/+3
* cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih2021-06-231-5/+4
* mac80211: remove the repeated declarationShaokun Zhang2021-06-231-1/+0
* mac80211: refactor rc_no_data_or_no_ack_use_min functionPhilipp Borgers2021-06-231-5/+1
* mac80211: do not use low data rates for data frames with no ack flagPhilipp Borgers2021-06-231-0/+4
* mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers2021-06-231-0/+18
* mac80211: simplify ieee80211_add_station()Johannes Berg2021-06-231-9/+1
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-235-46/+23
* mac80211: refactor SKB queue processing a bitJohannes Berg2021-06-231-109/+119