summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: atmel: Fix an error handling path in atmel_probe()Christophe JAILLET2023-05-251-2/+11
* wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET2023-05-251-2/+11
* wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET2023-05-251-2/+11
* wifi: rtw89: use flexible array member in rtw89_btc_btf_tlvArnd Bergmann2023-05-251-1/+1
* wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTOREColin Ian King2023-05-251-1/+1
* wifi: rtw89: use struct to access register-based H2C/C2HPing-Ke Shih2023-05-253-66/+77
* wifi: rtw89: use struct and le32_get_bits() to access RX descriptorPing-Ke Shih2023-05-252-90/+25
* wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEsPing-Ke Shih2023-05-253-40/+52
* wifi: rtw89: use struct and le32_get_bits to access RX infoPing-Ke Shih2023-05-252-31/+29
* wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support n...Ping-Ke Shih2023-05-257-8/+26
* wifi: rtw89: 8851b: add 8851be to Makefile and KconfigPing-Ke Shih2023-05-252-0/+23
* wifi: rtw89: add tx_wake notify for 8851BChin-Yen Lee2023-05-251-0/+1
* wifi: rtw89: enlarge supported length of read_reg debugfs entryPing-Ke Shih2023-05-251-3/+20
* wifi: rtw89: 8851b: add RF configurationsPing-Ke Shih2023-05-251-0/+61
* wifi: rtw89: 8851b: add MAC configurations to chip_infoPing-Ke Shih2023-05-251-0/+89
* wifi: rtw89: 8851b: fill BB related capabilities to chip_infoPing-Ke Shih2023-05-252-0/+201
* wifi: rtw89: 8851b: add TX power related functionsPing-Ke Shih2023-05-251-0/+254
* wifi: rtw89: refine packet offload handling under SERZong-Zhe Yang2023-05-252-2/+5
* wifi: rtw89: tweak H2C TX waiting function for SERZong-Zhe Yang2023-05-253-0/+11
* wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2Zong-Zhe Yang2023-05-251-0/+3
* wifi: rtw88: Add support for the SDIO based RTL8723DS chipsetMartin Blumenstingl2023-05-253-0/+55
* wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsingMartin Blumenstingl2023-05-252-0/+15
* wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()Martin Blumenstingl2023-05-251-3/+21
* wifi: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-252-2/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-05-1723-152/+545
|\
| * wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan2023-05-171-2/+61
| * wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan2023-05-171-15/+15
| * wifi: ath12k: increase vdev setup timeoutAishwarya R2023-05-172-1/+4
| * wifi: ath11k: EMA beacon supportAloka Dixit2023-05-093-3/+70
| * wifi: ath11k: MBSSID beacon supportAloka Dixit2023-05-092-5/+112
| * wifi: ath11k: refactor vif parameter configurationsAloka Dixit2023-05-091-17/+24
| * wifi: ath11k: MBSSID parameter configuration in AP modeAloka Dixit2023-05-093-8/+32
| * wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmdAloka Dixit2023-05-092-6/+6
| * wifi: ath11k: MBSSID configuration during vdev create/startAloka Dixit2023-05-093-4/+90
| * wifi: ath11k: driver settings for MBSSID and EMAAloka Dixit2023-05-095-0/+20
| * wifi: ath: work around false-positive stringop-overread warningArnd Bergmann2023-05-092-10/+10
| * wifi: ath11k: Use list_count_nodes()Christophe JAILLET2023-05-052-26/+1
| * wifi: ath10k: Use list_count_nodes()Christophe JAILLET2023-05-053-32/+8
| * wifi: ath10k: Serialize wake_tx_queue opsAlexander Wetzel2023-05-053-2/+10
| * wifi: ath12k: fix potential wmi_mgmt_tx_queue race conditionKarthik M2023-05-051-1/+1
| * wifi: ath12k: add wait operation for tx management packets for flush from mac...Karthik M2023-05-054-8/+38
| * wifi: ath11k: fix registration of 6Ghz-only phy without the full channel rangeMaxime Bizon2023-04-281-1/+1
| * wifi: ath12k: Remove some dead codeChristophe JAILLET2023-04-281-5/+0
| * wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin2023-04-281-0/+4
| * wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer2023-04-281-9/+18
| * wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session startsCarl Huang2023-04-261-1/+13
| * wifi: ath12k: set PERST pin no pull request for WCN7850Carl Huang2023-04-262-1/+3
| * wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parametersCarl Huang2023-04-263-2/+11
* | wifi: rtw89: 8851b: rfk: add TSSIPing-Ke Shih2023-05-172-0/+621
* | wifi: rtw89: 8851b: rfk: add DPKPing-Ke Shih2023-05-173-0/+1064