summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * iwlwifi: mei: add the driver to allow cooperation with CSMEEmmanuel Grumbach2021-11-2611-0/+3749
| * mei: bus: add client dma interfaceAlexander Usyskin2021-11-263-3/+72
| * mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler2021-11-263-0/+8
| * mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler2021-11-261-0/+3
| * mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler2021-11-263-0/+39
| * mwifiex: Use a define for firmware version string lengthJonas Dreßler2021-11-263-4/+7
| * mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen2021-11-261-1/+2
| * rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih2021-11-261-0/+9
| * rtw88: add debugfs to force lowest basic rateYu-Yen Ting2021-11-263-1/+42
| * rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting2021-11-261-5/+21
| * rtw89: add AXIDMA and TX FIFO dump in mac_mem_dumpChia-Yuan Li2021-11-262-0/+15
| * rtw89: fix potentially access out of range of RF register arrayPing-Ke Shih2021-11-261-14/+19
| * rtw89: remove unneeded variableChangcheng Deng2021-11-261-2/+1
| * rtw89: remove unnecessary conditional operatorsYe Guojin2021-11-264-5/+5
| * rtw89: update rtw89_regulatory map to R58-R31Zong-Zhe Yang2021-11-261-187/+188
| * rtw89: update tx power limit/limit_ru tables to R54Zong-Zhe Yang2021-11-261-670/+2413
| * rtw89: update rtw89 regulation definition to R58-R31Zong-Zhe Yang2021-11-262-4/+17
| * rtw89: fill regd field of limit/limit_ru tables by enumZong-Zhe Yang2021-11-261-5229/+5229
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-11-1940-405/+1352
| |\
| | * ath9k: fix intr_txqs settingPeter Seiderer2021-11-191-1/+1
| | * ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan2021-11-193-4/+14
| | * ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel2021-11-171-0/+4
| | * ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2021-11-172-4/+3
| | * ath11k: add support for BSS color changeJohn Crispin2021-11-175-6/+147
| | * ath11k: add string type to search board data in board-2.bin for WCN6855Wen Gong2021-11-173-6/+44
| | * ath11k: Fix crash caused by uninitialized TX ringBaochen Qiang2021-11-171-2/+0
| | * ath11k: add trace log supportVenkateswara Naralasetty2021-11-175-5/+187
| | * ath11k: Add missing qmi_txn_cancel()Anilkumar Kolli2021-11-171-7/+14
| | * ath11k: use cache line aligned buffers for dbringRameshkumar Sundaram2021-11-172-5/+13
| | * ath11k: Disabling credit flow for WMI pathP Praneesh2021-11-178-35/+146
| | * ath11k: Fix ETSI regd with weather radar overlapSven Eckelmann2021-11-171-47/+56
| | * ath11k: Increment pending_mgmt_tx count before tx send invokeP Praneesh2021-11-151-2/+4
| | * ath11k: send proper txpower and maxregpower values to firmwareP Praneesh2021-11-152-6/+8
| | * ath11k: fix FCS_ERR flag in radio tap headerP Praneesh2021-11-151-2/+12
| | * ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong2021-11-151-0/+18
| | * ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_requestWen Gong2021-11-151-1/+1
| | * ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong2021-11-151-15/+14
| | * ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong2021-11-151-0/+4
| | * ath11k: avoid unnecessary lock contention in tx_completion pathP Praneesh2021-11-151-18/+14
| | * ath11k: add branch predictors in dp_tx pathP Praneesh2021-11-152-29/+25
| | * ath11k: avoid while loop in ring selection of tx completion interruptP Praneesh2021-11-151-5/+4
| | * ath11k: remove mod operator in dst ring processingP Praneesh2021-11-151-2/+5
| | * ath11k: allocate HAL_WBM2SW_RELEASE ring from cacheable memoryP Praneesh2021-11-151-0/+1
| | * ath11k: add branch predictors in process_rxP Praneesh2021-11-151-15/+9
| | * ath11k: remove usage quota while processing rx packetsP Praneesh2021-11-151-6/+3
| | * ath11k: avoid active pdev check for each msduP Praneesh2021-11-151-36/+34
| | * ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh2021-11-151-3/+7
| | * ath11k: modify dp_rx desc access wrapper calls inlineP Praneesh2021-11-151-55/+59
| | * ath11k: allocate dst ring descriptors from cacheable memoryP Praneesh2021-11-156-7/+67
| | * ath11k: disable unused CE8 interrupts for ipq8074P Praneesh2021-11-151-1/+1