summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2024-01-201-0/+1
* wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2024-01-011-5/+5
* wifi: mac80211: mesh: check element parsing succeededJohannes Berg2024-01-011-2/+4
* wifi: mac80211: check if the existing link config remains unchangedEdward Adam Davis2024-01-011-2/+2
* wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih2023-11-281-0/+4
* wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg2023-11-201-1/+1
* wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg2023-11-203-8/+10
* wifi: mac80211: move offchannel works to wiphy workJohannes Berg2023-11-203-23/+23
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-11-205-25/+18
* wifi: mac80211: move radar detect work to wiphy workJohannes Berg2023-11-203-10/+11
* wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-10-251-1/+2
* wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg2023-10-256-7/+44
* wifi: mac80211: fix potential key use-after-freeJohannes Berg2023-10-102-1/+4
* wifi: mac80211: check for station first in client probeJohannes Berg2023-09-231-7/+8
* wifi: mac80211: check S1G action frame sizeJohannes Berg2023-09-231-0/+4
* wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-09-131-3/+3
* wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-301-2/+10
* wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari2023-07-191-3/+1
* wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer2023-07-191-1/+1
* wifi: mac80211: recalc min chandef for new STA linksJohannes Berg2023-07-191-0/+2
* wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-211-1/+8
* wifi: mac80211: fix link activation settings orderJohannes Berg2023-06-211-2/+2
* wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-141-1/+3
* wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg2023-06-141-1/+7
* wifi: mac80211: use correct iftype HE capJohannes Berg2023-06-141-5/+10
* wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-06-091-0/+3
* wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-06-093-30/+47
* wifi: mac80211: simplify chanctx allocationJohannes Berg2023-06-091-1/+1
* wifi: mac80211: Abort running color change when stopping the APMichael Lee2023-05-241-1/+2
* wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-241-1/+1
* wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-241-2/+3
* wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-04-131-1/+2
* wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee2023-04-131-1/+1
* wifi: mac80211: fix qos on mesh interfacesFelix Fietkau2023-03-301-2/+4
* wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg2023-03-101-15/+11
* wifi: mac80211: fix off-by-one link settingJohannes Berg2023-03-101-1/+1
* wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann2023-03-101-1/+1
* wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski2023-03-101-1/+2
* wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy2023-03-101-3/+0
* wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen2023-03-101-1/+1
* wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi2023-03-103-1/+31
* mac80211: Fix MLO address translation for multiple bss caseSriram R2023-02-061-0/+3
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-02-013-8/+44
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-02-015-26/+26
* Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-241-1/+0
* wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-241-123/+99
* wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2023-01-242-1/+8
* wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit2023-01-241-0/+7
* wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-241-1/+3
* wifi: mac80211: fix maybe-unused warningÍñigo Huguet2022-12-311-1/+1