aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-29rtlwifi: rtl8192de: Fix initialization of place in _rtl92c_phy_get_rightchnlplace()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/scm/linux/kernel/git/jberg/mac80211-nextDavid 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 identicalPing-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