summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-10rtw89: add chip_info::{h2c,c2h}_reg to support more chipsPing-Ke Shih5-12/+53
2022-03-10rtw89: add hci_func_en_addr to support variant generationPing-Ke Shih5-1/+9
2022-03-10rtw89: add power_{on/off}_funcPing-Ke Shih6-3/+301
2022-03-10rtw89: read chip version depends on chip IDPing-Ke Shih1-1/+2
2022-03-10rtw89: pci: use a struct to describe all registers address related to DMA cha...Ping-Ke Shih2-26/+15
2022-03-10rtw89: pci: add V1 of PCI channel addressPing-Ke Shih4-76/+175
2022-03-10rtw89: pci: add struct rtw89_pci_infoPing-Ke Shih5-0/+23
2022-03-10rtw89: 8852c: add 8852c empty filesPing-Ke Shih3-0/+68
2022-03-10brcmfmac: make the read-only array pktflags static constColin Ian King1-1/+1
2022-03-10rtlwifi: rtl8192ce: remove duplicated function '_rtl92ce_phy_set_rf_sleep'Lu Jicong1-31/+1
2022-03-10bcma: gpio: remove redundant re-assignment of chip->ownerColin Ian King1-1/+0
2022-03-10cw1200: use time_is_after_jiffies() instead of open coding itWang Qing1-1/+2
2022-03-09rtw89: declare HE capabilities in 6G bandPing-Ke Shih1-0/+12
2022-03-09rtw89: fix HE PHY bandwidth capabilityJohannes Berg1-4/+9
2022-03-09rtw89: add tx_wake notify for low ps modeChin-Yen Lee6-9/+53
2022-03-09rtw89: 8852a: add ieee80211_ops::hw_scanPo Hao Huang8-13/+1069
2022-02-25rtw89: get channel parameters of 160MHz bandwidthPing-Ke Shih2-15/+36
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo37-206/+2017
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau4-10/+16
2022-02-24mt76: mt7915: simplify conditionalWan Jiabing1-3/+1
2022-02-24mt76: mt7921: fix injected MPDU transmission to not use HW A-MSDULorenzo Bianconi1-0/+1
2022-02-24mt76: mt7915e: Enable thermal management by defaultNicolas Cavallari1-1/+2
2022-02-24mt76: mt7915e: Add a hwmon attribute to get the actual throttle state.Nicolas Cavallari1-9/+18
2022-02-24mt76: mt7915e: Fix degraded performance after temporary overheatNicolas Cavallari2-6/+13
2022-02-24mt76: improve signal strength reportingFelix Fietkau6-29/+33
2022-02-24mt76: mt7915: use min_t() to make code cleanerChangcheng Deng1-6/+2
2022-02-24mt76: mt7915: fix the muru tlv issueMeiChia Chiu1-7/+5
2022-02-24mt76: mt7915: check band idx for bcc eventRyder Lee2-3/+26
2022-02-24mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-02-24mt76: connac: adjust wlan_idx size from u8 to u16Chad Monroe2-2/+2
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_mac_tx_free()Lorenzo Bianconi1-1/+1
2022-02-24mt76: mt7915: fix endianness warnings in mt7915_debugfs_rx_fw_monitorLorenzo Bianconi1-2/+2
2022-02-24mt76: mt7615: fix compiler warning on frame sizeDeren Wu1-3/+11
2022-02-24mt76: mt7915: initialize smps mode in mt7915_mcu_sta_rate_ctrl_tlv()Peter Chiu1-0/+1
2022-02-24mt76: mt7915: introduce band_idx in mt7915_phyBo Jiao10-160/+172
2022-02-24mt76: mt7915: add support for MT7986Bo Jiao15-80/+1817
2022-02-24ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca1-1/+1
2022-02-24carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-2/+2
2022-02-24ath11k: add dbring debug supportVenkateswara Naralasetty6-6/+283
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu2-64/+438
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu3-21/+215
2022-02-24ath11k: switch to using ieee80211_tx_status_ext()Pradeep Kumar Chitrapu1-5/+23
2022-02-23mt76: mt7921s: fix missing fc type/sub-type for 802.11 pktsDeren Wu2-3/+12
2022-02-23mt76: mt7915: fix potential memory leak of fw monitor packetsShayne Chen1-0/+1
2022-02-23mt76: mt7915: Fix channel state update error issueBo Jiao3-10/+24
2022-02-23mt76: fix endianness errors in reverse_frag0_hdr_transLorenzo Bianconi3-36/+55
2022-02-23mt76: mt7615: introduce SAR supportLorenzo Bianconi2-4/+27
2022-02-23mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDUJohan Almbladh1-0/+1
2022-02-22rtw88: change rtw_info() to proper message levelPing-Ke Shih9-19/+20
2022-02-22rtw89: Limit the CFO boundaries of x'tal valueYi-Tang Chiu3-0/+26