aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...David S. Miller2021-06-281-1/+1
|\
| * mac80211: notify driver on mgd TX completionJohannes Berg2021-06-231-1/+1
* | rtw88: fix c2h memory leakPo-Hao Huang2021-06-243-1/+13
* | rtlwifi: rtl8192de: Fully initialize curvecount_valKees Cook2021-06-221-1/+1
* | rtw88: coex: remove unnecessary variable and labelwengjianfeng2021-06-221-30/+10
* | rtw88: add quirks to disable pci capabilitiesPing-Ke Shih2021-06-221-0/+32
* | rtw88: refine unwanted h2c commandPo-Hao Huang2021-06-221-5/+2
* | rtw88: dump FW crash via devcoredumpZong-Zhe Yang2021-06-224-64/+201
* | rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee2021-06-225-1/+58
* | rtw88: add rtw_fw_feature_check apiChin-Yen Lee2021-06-225-8/+12
* | rtw88: 8822c: update RF parameter tables to v62Po-Hao Huang2021-06-221-504/+504
* | rtw88: Remove duplicate include of coex.hWan Jiabing2021-06-221-1/+0
* | rtw88: 8822c: fix lc calibration timingPo-Hao Huang2021-06-221-10/+12
* | rtw88: add path diversityPo-Hao Huang2021-06-225-6/+131
* | rtw88: add beacon filter supportPo-Hao Huang2021-06-225-1/+141
* | rtl8xxxu: avoid parsing short RX packetÍñigo Huguet2021-06-191-2/+9
* | rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2021-06-192-14/+56
|/
* rtlwifi: Fix spelling of 'download'Ding Senjie2021-06-151-1/+1
* rtlwifi: Remove redundant assignments to ul_enc_algoYang Li2021-06-151-1/+1
* rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatusColin Ian King2021-06-151-1/+1
* rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei2021-06-151-16/+0
* rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are i...Ping-Ke Shih2021-06-151-0/+4
* rtlwifi: Fix wrong function name in commentsYang Shen2021-06-151-2/+2
* net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman2021-05-131-5/+10
* Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
* rtlwifi: implement set_tim by update beacon contentPing-Ke Shih2021-04-214-0/+37
* rtw88: refine napi deinit flowPo-Hao Huang2021-04-212-5/+15
* rtw88: Fix potential unrecoverable tx queue stopYu-Yen Ting2021-04-211-2/+8
* rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryptionGuo-Feng Fan2021-04-211-1/+2
* rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPKGuo-Feng Fan2021-04-213-2/+112
* rtw88: 8822c: Add gap-k calibration to improve long range performanceGuo-Feng Fan2021-04-216-1/+809
* rtw88: 8822c: reorder macro position according to the register numberGuo-Feng Fan2021-04-212-143/+148
* rtw88: 8822c: add CFO trackingPo-Hao Huang2021-04-188-1/+224
* rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih2021-04-181-2/+3
* rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang2021-04-183-0/+29
* rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET2021-04-172-10/+2
* rtl8xxxu: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-171-4/+4
* rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-171-7/+3
* rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET2021-04-172-14/+2
* rtlwifi: remove rtl_get_tid_hChristophe JAILLET2021-04-171-6/+1
* rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexis...Yang Li2021-04-171-2/+0
* rtlwifi: remove redundant assignment to variable errColin Ian King2021-04-171-1/+0
* rtlwifi: Few mundane typo fixesBhaskar Chowdhury2021-04-171-3/+3
* rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih2021-04-171-130/+370
* rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()Dan Carpenter2021-04-111-1/+1
* rtw88: coex: fix A2DP stutters while WL busy + WL scanChing-Te Ku2021-04-112-4/+6
* rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang2021-04-115-2/+47
* rtw88: 8822c: update tx power limit table to RF v40.1Zong-Zhe Yang2021-04-111-343/+343
* rtw88: fix DIG min settingZong-Zhe Yang2021-04-111-4/+5
* rtw88: add flush hci supportZong-Zhe Yang2021-04-113-0/+87