aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-06-06wifi: iwlwifi: mvm: Make iwl_mvm_diversity_iter() MLO awareMiri Korenblit1-8/+12
2023-06-06wifi: iwlwifi: don't silently ignore missing suspend or resume opsHaim Dreyfuss1-2/+2
2023-06-06wifi: iwlwifi: mvm: support PASN for MLOAvraham Stern5-22/+65
2023-06-06wifi: iwlwifi: mvm: dissolve iwl_mvm_mac_add_interface_common()Johannes Berg1-53/+37
2023-06-06wifi: iwlwifi: mvm: make internal callback structs constJohannes Berg4-21/+21
2023-06-06wifi: iwlwifi: mvm: use link ID in missed beacon notificationYedidya Benshimol5-8/+66
2023-06-06wifi: iwlwifi: cfg: freeze 22500 devices FW APIGolan Ben Ami1-9/+11
2023-06-01wifi: brcmutil: use helper function pktq_empty() instead of open codeJuhee Kang1-2/+2
2023-06-01wifi: rtlwifi: use helper function rtl_get_hdr()Juhee Kang7-12/+12
2023-05-27wifi: rtw88: usb: silence log flooding error messageSascha Hauer1-1/+1
2023-05-27wifi: ray_cs: add sanity check on local->sram/rmem/amemDongliang Mu1-3/+6
2023-05-27wifi: ray_cs: remove one redundant del_timerDongliang Mu1-5/+1
2023-05-25wifi: ray_cs: Fix an error handling path in ray_probe()Christophe JAILLET1-5/+11
2023-05-25wifi: wl3501_cs: Fix an error handling path in wl3501_probe()Christophe JAILLET1-5/+11
2023-05-25wifi: atmel: Fix an error handling path in atmel_probe()Christophe JAILLET1-2/+11
2023-05-25wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET1-2/+11
2023-05-25wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET1-2/+11
2023-05-25wifi: rtw89: use flexible array member in rtw89_btc_btf_tlvArnd Bergmann1-1/+1
2023-05-25wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTOREColin Ian King1-1/+1
2023-05-25wifi: rtw89: use struct to access register-based H2C/C2HPing-Ke Shih3-66/+77
2023-05-25wifi: rtw89: use struct and le32_get_bits() to access RX descriptorPing-Ke Shih2-90/+25
2023-05-25wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEsPing-Ke Shih3-40/+52
2023-05-25wifi: rtw89: use struct and le32_get_bits to access RX infoPing-Ke Shih2-31/+29
2023-05-25wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support n...Ping-Ke Shih7-8/+26
2023-05-25wifi: rtw89: 8851b: add 8851be to Makefile and KconfigPing-Ke Shih2-0/+23
2023-05-25wifi: rtw89: add tx_wake notify for 8851BChin-Yen Lee1-0/+1
2023-05-25wifi: rtw89: enlarge supported length of read_reg debugfs entryPing-Ke Shih1-3/+20
2023-05-25wifi: rtw89: 8851b: add RF configurationsPing-Ke Shih1-0/+61
2023-05-25wifi: rtw89: 8851b: add MAC configurations to chip_infoPing-Ke Shih1-0/+89
2023-05-25wifi: rtw89: 8851b: fill BB related capabilities to chip_infoPing-Ke Shih2-0/+201
2023-05-25wifi: rtw89: 8851b: add TX power related functionsPing-Ke Shih1-0/+254
2023-05-25wifi: rtw89: refine packet offload handling under SERZong-Zhe Yang2-2/+5
2023-05-25wifi: rtw89: tweak H2C TX waiting function for SERZong-Zhe Yang3-0/+11
2023-05-25wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2Zong-Zhe Yang1-0/+3
2023-05-25wifi: rtw88: Add support for the SDIO based RTL8723DS chipsetMartin Blumenstingl3-0/+55
2023-05-25wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsingMartin Blumenstingl2-0/+15
2023-05-25wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()Martin Blumenstingl1-3/+21
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle2-2/+2
2023-05-17Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-152/+545
2023-05-17wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan1-2/+61
2023-05-17wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan1-15/+15
2023-05-17wifi: ath12k: increase vdev setup timeoutAishwarya R2-1/+4
2023-05-17wifi: rtw89: 8851b: rfk: add TSSIPing-Ke Shih2-0/+621
2023-05-17wifi: rtw89: 8851b: rfk: add DPKPing-Ke Shih3-0/+1064
2023-05-17wifi: rtw89: 8851b: rfk: add RX DCKPing-Ke Shih3-0/+113
2023-05-17wifi: rtw89: 8851b: add to parse efuse contentPing-Ke Shih2-0/+269
2023-05-17wifi: rtw89: 8851b: add set channel functionPing-Ke Shih2-0/+717
2023-05-17wifi: rtw89: 8851b: add basic power on functionPing-Ke Shih3-0/+346
2023-05-17wifi: rtw89: 8851b: add BT coexistence support functionPing-Ke Shih2-0/+364
2023-05-17wifi: rtw89: 8851b: configure GPIO according to RFE typePing-Ke Shih7-0/+86