summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2022-10-26wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAMBitterblue Smith1-0/+49
2022-10-26wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_maskBitterblue Smith1-3/+2
2022-10-26wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibrationBitterblue Smith1-2/+2
2022-10-26wifi: rtl8xxxu: Fix skb misuse in TX queue selectionBitterblue Smith1-1/+2
2022-10-26wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()Yang Yingliang1-2/+6
2022-10-26wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()Dan Carpenter1-7/+7
2022-10-26wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih1-5/+4
2022-08-31wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski1-4/+1
2022-08-17wifi: rtw88: check the return value of alloc_workqueue()William Dean1-0/+4
2022-08-17wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c()Dan Carpenter1-4/+4
2022-07-02rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih1-0/+1
2022-07-02rtw88: 8821c: support RFE type4 wifi NICGuo-Feng Fan1-1/+12
2022-06-09rtl818x: Prevent using not initialized queuesAlexander Wetzel1-2/+6
2022-06-09rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu1-1/+1
2022-06-09rtw88: 8821c: fix debugfs rssi valuePo-Hao Huang1-0/+4
2022-01-27rtw88: 8822c: update rx settings to prevent potential hw deadlockPo-Hao Huang4-4/+4
2022-01-27rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CEKai-Heng Feng2-51/+21
2022-01-27rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih1-0/+9
2022-01-20rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interru...Larry Finger1-0/+1
2021-11-18rtw88: fix RX clock gate setting while fifo dumpZong-Zhe Yang2-4/+4
2021-11-18rtl8187: fix control-message timeoutsJohan Hovold1-7/+7
2021-08-29rtlwifi: rtl8192de: Fix initialization of place in _rtl92c_phy_get_rightchnlp...Nathan Chancellor1-2/+2
2021-08-29rtw88: add quirk to disable pci caps on HP Pavilion 14-ce0xxxUgo Rémery1-0/+9
2021-08-21rtw88: Remove unnecessary check codeLen Baker1-5/+0
2021-08-21rtw88: wow: fix size access error of probe requestChin-Yen Lee2-2/+7
2021-08-21rtw88: wow: report wow reason through mac80211 apiChin-Yen Lee1-9/+37
2021-08-21rtw88: wow: build wow function only if CONFIG_PM is onPing-Ke Shih1-1/+1
2021-08-21rtw88: refine the setting of rsvd pages for different firmwareChin-Yen Lee1-23/+17
2021-08-21rtw88: use read_poll_timeout instead of fixed sleepChin-Yen Lee1-5/+16
2021-08-21rtw88: 8822ce: set CLKREQ# signal to low during suspendChin-Yen Lee2-0/+34
2021-08-21rtw88: change beacon filter default modePo-Hao Huang1-1/+1
2021-08-21rtw88: 8822c: add tx stbc support under HT modePo-Hao Huang3-0/+9
2021-08-21rtw88: adjust the log level for failure of tx reportChin-Yen Lee1-1/+1
2021-08-21rtl8xxxu: Fix the handling of TX A-MPDU aggregationChris Chiu2-9/+26
2021-08-21rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cuChris Chiu1-2/+2
2021-08-21rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King1-28/+20
2021-08-21rtlwifi: rtl8192de: Remove redundant variable initializationsColin Ian King1-2/+2
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...David S. Miller1-1/+1
2021-06-24rtw88: fix c2h memory leakPo-Hao Huang3-1/+13
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-1/+1
2021-06-22rtlwifi: rtl8192de: Fully initialize curvecount_valKees Cook1-1/+1
2021-06-22rtw88: coex: remove unnecessary variable and labelwengjianfeng1-30/+10
2021-06-22rtw88: add quirks to disable pci capabilitiesPing-Ke Shih1-0/+32
2021-06-22rtw88: refine unwanted h2c commandPo-Hao Huang1-5/+2
2021-06-22rtw88: dump FW crash via devcoredumpZong-Zhe Yang4-64/+201
2021-06-22rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee5-1/+58
2021-06-22rtw88: add rtw_fw_feature_check apiChin-Yen Lee5-8/+12
2021-06-22rtw88: 8822c: update RF parameter tables to v62Po-Hao Huang1-504/+504
2021-06-22rtw88: Remove duplicate include of coex.hWan Jiabing1-1/+0
2021-06-22rtw88: 8822c: fix lc calibration timingPo-Hao Huang1-10/+12