aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-03rtw88: Fix return value of rtw_wow_check_fw_statusChin-Yen Lee1-12/+11
2020-01-26rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized"Colin Ian King3-3/+3
2020-01-26rtlwifi: rtl8723ae: remove unused variablesYueHaibing1-112/+0
2020-01-26rtlwifi: rtl8192ee: remove unused variablesYueHaibing1-118/+0
2020-01-26rtlwifi: rtl8821ae: remove unused variablesYueHaibing1-118/+0
2020-01-26rtlwifi: rtl8188ee: remove redundant assignment to variable condColin Ian King1-1/+1
2020-01-26rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang1-2/+2
2020-01-26rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang1-0/+5
2020-01-26rtw88: use true,false for bool variablezhengbin1-1/+1
2020-01-26rtlwifi: rtl8821ae: Make functions static & rm sw.hAmadeusz Sławiński2-16/+3
2020-01-26rtlwifi: rtl8723be: Make functions static & rm sw.hAmadeusz Sławiński2-17/+3
2020-01-26rtlwifi: rtl8723ae: Make functions static & rm sw.hAmadeusz Sławiński2-17/+3
2020-01-26rtlwifi: rtl8192se: Remove sw.h headerAmadeusz Sławiński2-14/+0
2020-01-26rtlwifi: rtl8192ee: Make functions static & rm sw.hAmadeusz Sławiński2-15/+3
2020-01-26rtlwifi: rtl8192cu: Remove sw.h headerAmadeusz Sławiński2-28/+0
2020-01-26rtlwifi: rtl8192ce: Make functions static & rm sw.hAmadeusz Sławiński2-18/+2
2020-01-26rtlwifi: rtl8188ee: Make functions static & rm sw.hAmadeusz Sławiński2-16/+3
2020-01-26rtlwifi: rtl8192cu: Fix typoAmadeusz Sławiński1-17/+17
2020-01-26rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang1-1/+1
2020-01-26rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang1-1/+4
2020-01-26rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee1-1/+1
2020-01-26rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang2-2/+0
2020-01-26rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang2-2/+0
2020-01-26rtw88: remove unused spinlockTzu-En Huang2-4/+0
2020-01-26rtw88: 8822c: update power sequence to v15Tzu-En Huang1-3/+3
2020-01-26rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih1-4/+6
2020-01-26rtw88: fix rate mask for 1SS chipPing-Ke Shih1-7/+5
2020-01-26rtw88: Add wowlan net-detect supportChin-Yen Lee7-15/+571
2020-01-26rtw88: Add wowlan pattern match supportChin-Yen Lee7-0/+274
2020-01-26rtw88: support wowlan feature for 8822cChin-Yen Lee13-0/+836
2020-01-26rtw88: load wowlan firmware if wowlan is supportedChin-Yen Lee2-12/+70
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang4-0/+27
2020-01-26rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee1-9/+10
2020-01-26rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee1-0/+1
2019-12-18rtlwifi: rtl8192de: use generic rtl_signal_scale_mappingMichael Straube1-29/+2
2019-12-18rtlwifi: rtl8192cu: use generic rtl_signal_scale_mappingMichael Straube1-31/+2
2019-12-18rtlwifi: rtl8192ce: use generic rtl_signal_scale_mappingMichael Straube1-32/+2
2019-12-18rtlwifi: rtl8192de: use generic rtl_query_rxpwrpercentageMichael Straube1-13/+3
2019-12-18rtlwifi: rtl8192cu: use generic rtl_query_rxpwrpercentageMichael Straube1-13/+3
2019-12-18rtlwifi: rtl8192ce: use generic rtl_query_rxpwrpercentageMichael Straube1-12/+2
2019-12-18rtl8xxxu: fix interface sanity checkJohan Hovold1-1/+1
2019-12-18rtlwifi: rtl_pci: Fix -Wcast-function-typePhong Tran1-4/+6
2019-12-18rtlwifi: Remove last definitions of local bit manipulation macrosLarry Finger1-115/+0
2019-12-18rtlwifi: rtl8723be: Remove usage of private bit manipulation macrosLarry Finger1-16/+14
2019-12-18rtlwifi: rtl8723ae: Remove usage of private bit manipulation macrosLarry Finger1-7/+7
2019-12-18rtlwifi: rtl8192ee: Remove usage of private bit manipulation macrosLarry Finger1-20/+16
2019-12-18rtlwifi: rtl88821ae: Remove usage of private bit manipulation macrosLarry Finger1-55/+47
2019-12-18rtlwifi: Remove dependence on special bit manipulation macros for common driverLarry Finger2-12/+12
2019-12-18rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit manipulation macrosLarry Finger3-23/+21
2019-12-18rtlwifi: rtl8188ee: Remove usage of private bit manipulationLarry Finger3-77/+49