summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: parse transmit power envelope elementWen Gong2021-08-262-0/+15
* mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-247-2/+418
* Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub...Jakub Kicinski2021-08-209-58/+298
|\
| * mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-08-171-1/+3
| * mac80211: add support for BSS color changeJohn Crispin2021-08-174-22/+254
| * mac80211: Use flex-array for radiotap header bitmapKees Cook2021-08-131-1/+6
| * mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-132-19/+19
| * mac80211: Remove unnecessary variable and labeldingsenjie2021-08-131-11/+4
| * mac80211: include <linux/rbtree.h>Johannes Berg2021-08-131-0/+1
| * mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh2021-08-131-2/+9
| * mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter2021-08-131-1/+1
| * mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing2021-08-131-1/+1
* | mac80211: fix locking in ieee80211_restart_work()Johannes Berg2021-08-171-0/+2
|/
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-233-2/+23
* mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau2021-07-231-25/+32
* mac80211: Do not strip skb headroom on monitor framesJohan Almbladh2021-07-231-1/+2
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-2312-176/+650
* 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-233-27/+103
* mac80211: always include HE 6GHz capability in probe requestJohannes Berg2021-06-231-1/+11
* mac80211: add vendor-specific capabilities to assoc requestJohannes Berg2021-06-231-2/+10
* mac80211: conditionally advertise HE in probe requestsJohannes Berg2021-06-231-1/+3
* mac80211: fix some spelling mistakesZheng Yongjun2021-06-236-6/+6
* mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg2021-06-234-13/+29
* mac80211: improve AP disconnect messageJohannes Berg2021-06-231-2/+2
* mac80211: rearrange struct txq_info for fewer holesJohannes Berg2021-06-231-3/+6
* mac80211: Properly WARN on HW scan before restartIlan Peer2021-06-231-4/+3
* mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz2021-06-231-0/+18
* 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-231-9/+0
* 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-232-27/+28
* mac80211: don't open-code LED manipulationsJohannes Berg2021-06-231-10/+2
* mac80211: consider per-CPU statistics if presentJohannes Berg2021-06-231-8/+3
* 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: 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
* mac80211: unify queueing SKB to ifaceJohannes Berg2021-06-231-18/+15