summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-17rtw89: pci: only mask out INT indicator register for disable interrupt v1Ping-Ke Shih1-3/+0
2022-05-17rtw89: convert rtw89_band to nl80211_band preciselyZong-Zhe Yang4-11/+29
2022-05-17rtw89: 8852c: update txpwr tables to HALRF_027_00_052Zong-Zhe Yang1-1857/+1857
2022-05-17rtw89: cfo: check mac_id to avoid out-of-boundsPing-Ke Shih1-0/+5
2022-05-17rtw89: 8852c: set TX antenna pathPing-Ke Shih1-4/+5
2022-05-17rtw89: add ieee80211::sta_rc_update opsPing-Ke Shih3-5/+22
2022-05-17wireless: Fix Makefile to be in alphabetical orderSrinivasan R1-1/+1
2022-05-17mac80211: refactor freeing the next_beaconJohannes Berg1-27/+18
2022-05-17cfg80211: fix kernel-doc for cfg80211_beacon_dataJohannes Berg1-1/+1
2022-05-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo17-36/+575
2022-05-16Merge tag 'mt76-for-kvalo-2022-05-12' of https://github.com/nbd168/wirelessKalle Valo41-415/+1598
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2-9/+133
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek4-45/+92
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer1-7/+7
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh1-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram3-36/+39
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2-10/+13
2022-05-16mac80211: remove useless bssid copyJohannes Berg1-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg3-9/+7
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg1-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg5-21/+21
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg2-40/+40
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg1-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg1-1/+1
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg1-56/+31
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu5-1/+147
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi2-5/+12
2022-05-13mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee3-4/+21
2022-05-13mt76: mt7915: improve error handling for fw_debug knobsRyder Lee2-25/+37
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao2-2/+2
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu6-14/+107
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau18-94/+502
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau3-7/+7
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau3-17/+19
2022-05-13mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau1-9/+12
2022-05-13mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee4-5/+1
2022-05-13mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee3-0/+37
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee5-20/+126
2022-05-13mt76: mt7915: limit minimum twt durationPeter Chiu2-0/+7
2022-05-13mt76: mt7915: reject duplicated twt flowsPeter Chiu1-0/+31
2022-05-13mt76: mt7915: fix twt table_mask to u16 in mt7915_devPeter Chiu1-1/+1
2022-05-13mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976()Peter Chiu2-2/+18
2022-05-13mt76: connac: use skb_put_data instead of open codingSean Wang1-5/+2
2022-05-13mt76: mt7915: configure soc clocks in mt7986_wmac_initLorenzo Bianconi1-0/+14
2022-05-13mt76: fix tx status related use-after-free race on station removalFelix Fietkau2-1/+3
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau2-2/+6
2022-05-13mt76: do not attempt to reorder received 802.3 packets without agg sessionFelix Fietkau1-2/+3
2022-05-13mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao3-4/+6
2022-05-13mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu1-4/+4
2022-05-13mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen3-0/+62