summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-22rtw88: add path diversityPo-Hao Huang5-6/+131
2021-06-22rtw88: add beacon filter supportPo-Hao Huang5-1/+141
2021-06-19rtl8xxxu: avoid parsing short RX packetÍñigo Huguet1-2/+9
2021-06-19rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2-14/+56
2021-06-15rtlwifi: Fix spelling of 'download'Ding Senjie1-1/+1
2021-06-15rtlwifi: Remove redundant assignments to ul_enc_algoYang Li1-1/+1
2021-06-15rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatusColin Ian King1-1/+1
2021-06-15rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei1-16/+0
2021-06-15rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are i...Ping-Ke Shih1-0/+4
2021-06-15rtlwifi: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-13net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman1-5/+10
2021-05-13Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-04-21rtlwifi: implement set_tim by update beacon contentPing-Ke Shih4-0/+37
2021-04-21rtw88: refine napi deinit flowPo-Hao Huang2-5/+15
2021-04-21rtw88: Fix potential unrecoverable tx queue stopYu-Yen Ting1-2/+8
2021-04-21rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryptionGuo-Feng Fan1-1/+2
2021-04-21rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPKGuo-Feng Fan3-2/+112
2021-04-21rtw88: 8822c: Add gap-k calibration to improve long range performanceGuo-Feng Fan6-1/+809
2021-04-21rtw88: 8822c: reorder macro position according to the register numberGuo-Feng Fan2-143/+148
2021-04-18rtw88: 8822c: add CFO trackingPo-Hao Huang8-1/+224
2021-04-18rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih1-2/+3
2021-04-18rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang3-0/+29
2021-04-17rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET2-10/+2
2021-04-17rtl8xxxu: Fix fall-through warnings for ClangGustavo A. R. Silva1-4/+4
2021-04-17rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-7/+3
2021-04-17rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET2-14/+2
2021-04-17rtlwifi: remove rtl_get_tid_hChristophe JAILLET1-6/+1
2021-04-17rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexis...Yang Li1-2/+0
2021-04-17rtlwifi: remove redundant assignment to variable errColin Ian King1-1/+0
2021-04-17rtlwifi: Few mundane typo fixesBhaskar Chowdhury1-3/+3
2021-04-17rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih1-130/+370
2021-04-11rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()Dan Carpenter1-1/+1
2021-04-11rtw88: coex: fix A2DP stutters while WL busy + WL scanChing-Te Ku2-4/+6
2021-04-11rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang5-2/+47
2021-04-11rtw88: 8822c: update tx power limit table to RF v40.1Zong-Zhe Yang1-343/+343
2021-04-11rtw88: fix DIG min settingZong-Zhe Yang1-4/+5
2021-04-11rtw88: add flush hci supportZong-Zhe Yang3-0/+87