summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* rtw88: Fix return value of rtw_wow_check_fw_statusChin-Yen Lee2020-02-031-12/+11
* rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized"Colin Ian King2020-01-263-3/+3
* rtlwifi: rtl8723ae: remove unused variablesYueHaibing2020-01-261-112/+0
* rtlwifi: rtl8192ee: remove unused variablesYueHaibing2020-01-261-118/+0
* rtlwifi: rtl8821ae: remove unused variablesYueHaibing2020-01-261-118/+0
* rtlwifi: rtl8188ee: remove redundant assignment to variable condColin Ian King2020-01-261-1/+1
* rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang2020-01-261-2/+2
* rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang2020-01-261-0/+5
* rtw88: use true,false for bool variablezhengbin2020-01-261-1/+1
* rtlwifi: rtl8821ae: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-16/+3
* rtlwifi: rtl8723be: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-17/+3
* rtlwifi: rtl8723ae: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-17/+3
* rtlwifi: rtl8192se: Remove sw.h headerAmadeusz Sławiński2020-01-262-14/+0
* rtlwifi: rtl8192ee: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-15/+3
* rtlwifi: rtl8192cu: Remove sw.h headerAmadeusz Sławiński2020-01-262-28/+0
* rtlwifi: rtl8192ce: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-18/+2
* rtlwifi: rtl8188ee: Make functions static & rm sw.hAmadeusz Sławiński2020-01-262-16/+3
* rtlwifi: rtl8192cu: Fix typoAmadeusz Sławiński2020-01-261-17/+17
* rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang2020-01-261-1/+1
* rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang2020-01-261-1/+4
* rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee2020-01-261-1/+1
* rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang2020-01-262-2/+0
* rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang2020-01-262-2/+0
* rtw88: remove unused spinlockTzu-En Huang2020-01-262-4/+0
* rtw88: 8822c: update power sequence to v15Tzu-En Huang2020-01-261-3/+3
* rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih2020-01-261-4/+6
* rtw88: fix rate mask for 1SS chipPing-Ke Shih2020-01-261-7/+5
* rtw88: Add wowlan net-detect supportChin-Yen Lee2020-01-267-15/+571
* rtw88: Add wowlan pattern match supportChin-Yen Lee2020-01-267-0/+274
* rtw88: support wowlan feature for 8822cChin-Yen Lee2020-01-2613-0/+836
* rtw88: load wowlan firmware if wowlan is supportedChin-Yen Lee2020-01-262-12/+70
* rtw88: add interface config for 8822cYan-Hsuan Chuang2020-01-264-0/+27
* rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee2020-01-261-9/+10
* rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee2020-01-261-0/+1
* rtlwifi: rtl8192de: use generic rtl_signal_scale_mappingMichael Straube2019-12-181-29/+2
* rtlwifi: rtl8192cu: use generic rtl_signal_scale_mappingMichael Straube2019-12-181-31/+2
* rtlwifi: rtl8192ce: use generic rtl_signal_scale_mappingMichael Straube2019-12-181-32/+2
* rtlwifi: rtl8192de: use generic rtl_query_rxpwrpercentageMichael Straube2019-12-181-13/+3
* rtlwifi: rtl8192cu: use generic rtl_query_rxpwrpercentageMichael Straube2019-12-181-13/+3
* rtlwifi: rtl8192ce: use generic rtl_query_rxpwrpercentageMichael Straube2019-12-181-12/+2
* rtl8xxxu: fix interface sanity checkJohan Hovold2019-12-181-1/+1
* rtlwifi: rtl_pci: Fix -Wcast-function-typePhong Tran2019-12-181-4/+6
* rtlwifi: Remove last definitions of local bit manipulation macrosLarry Finger2019-12-181-115/+0
* rtlwifi: rtl8723be: Remove usage of private bit manipulation macrosLarry Finger2019-12-181-16/+14
* rtlwifi: rtl8723ae: Remove usage of private bit manipulation macrosLarry Finger2019-12-181-7/+7
* rtlwifi: rtl8192ee: Remove usage of private bit manipulation macrosLarry Finger2019-12-181-20/+16
* rtlwifi: rtl88821ae: Remove usage of private bit manipulation macrosLarry Finger2019-12-181-55/+47
* rtlwifi: Remove dependence on special bit manipulation macros for common driverLarry Finger2019-12-182-12/+12
* rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit manipulation ma...Larry Finger2019-12-183-23/+21
* rtlwifi: rtl8188ee: Remove usage of private bit manipulationLarry Finger2019-12-183-77/+49
OpenPOWER on IntegriCloud