summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-10rtw88: recover rates of rate adaptive mechanismChien-Hsun Liao1-23/+44
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang1-1/+15
2021-12-21rtw88: support SAR via kernel common APIZong-Zhe Yang1-0/+22
2021-12-21rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang1-0/+63
2021-12-20rtw88: 8822c: update rx settings to prevent potential hw deadlockPo-Hao Huang1-1/+1
2021-12-08rtw88: add debugfs to fix tx rateYan-Hsuan Chuang1-0/+1
2021-10-05rtw88: refine fw_crash debugfs to show non-zero while triggeringZong-Zhe Yang1-0/+1
2021-09-21rtw88: support adaptivity for ETSI/JP DFS regionZong-Zhe Yang1-0/+8
2021-09-21rtw88: add regulatory strategy by chip typeZong-Zhe Yang1-3/+10
2021-08-21rtw88: 8822c: add tx stbc support under HT modePo-Hao Huang1-0/+2
2021-06-24rtw88: fix c2h memory leakPo-Hao Huang1-0/+1
2021-06-22rtw88: dump FW crash via devcoredumpZong-Zhe Yang1-51/+119
2021-06-22rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee1-0/+17
2021-06-22rtw88: add rtw_fw_feature_check apiChin-Yen Lee1-2/+2
2021-06-22rtw88: add beacon filter supportPo-Hao Huang1-1/+3
2021-03-15rtw88: 8822c: support FW crash dump when FW crashZong-Zhe Yang1-14/+86
2021-03-15rtw88: remove unnecessary variablewengjianfeng1-2/+1
2021-03-15rtw88: coex: add power off settingPing-Ke Shih1-0/+1
2021-02-12rtw88: replace tx tasklet with work queuePo-Hao Huang1-2/+3
2021-02-12rtw88: add dynamic rrsr configurationPo-Hao Huang1-0/+3
2021-02-08rtw88: 8821c: support RFE type2 wifi NICGuo-Feng Fan1-0/+2
2021-01-14rtw88: Delete useless kfree codeZheng Yongjun1-1/+0
2020-12-07rtw88: declare hw supports ch 144Zong-Zhe Yang1-0/+1
2020-12-02rtw88: coex: add function to avoid cck lockChing-Te Ku1-0/+5
2020-11-10rtw88: coex: change the parameter for A2DP when WLAN connectingChing-Te Ku1-0/+2
2020-11-10rtw88: coex: coding style adjustmentChing-Te Ku1-1/+1
2020-11-07rtw88: decide lps deep mode from firmware feature.Chin-Yen Lee1-8/+28
2020-11-07rtw88: add C2H response for checking firmware leave lpsChin-Yen Lee1-0/+1
2020-11-07rtw88: store firmware feature in firmware headerChin-Yen Lee1-0/+13
2020-09-29rtw88: add dump fw crash logTzu-En Huang1-0/+61
2020-09-29rtw88: handle and recover when firmware crashTzu-En Huang1-0/+132
2020-09-24rtw88: Fix potential probe error handling race with wow firmware loadingAndreas Färber1-0/+3
2020-09-24rtw88: Fix probe error handling race with firmware loadingAndreas Färber1-0/+2
2020-08-27rtlwifi/rtw88: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+1
2020-08-27rtw88: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-02rtw88: fix short GI capability based on current bandwidthTsang-Shian Lin1-5/+6
2020-07-15rtw88: coex: Fix ACL Tx pause during BT inquiry/page.Zong-Zhe Yang1-0/+4
2020-07-15rtw88: single rf path chips don't support TX STBCTzu-En Huang1-2/+2
2020-07-15rtw88: 8821c: add set channel supportTzu-En Huang1-0/+4
2020-05-29rtw88: fix EAPOL 4-way failure by finish IQK earlierPing-Ke Shih1-0/+17
2020-05-06rtw88: 8723d: some chips don't support LDPCPing-Ke Shih1-2/+7
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih1-7/+34
2020-04-21rtw88: 8723d: Add RF read/write opsPing-Ke Shih1-0/+5
2020-04-21rtw88: 8723d: add beamform wrapper functionsPing-Ke Shih1-4/+3
2020-04-15rtw88: add support for set/get antennasYan-Hsuan Chuang1-0/+3
2020-03-23rtw88: associate reserved pages with each vifYan-Hsuan Chuang1-6/+3
2020-03-12rtw88: remove unused member of struct rtw_halKevin Lo1-6/+0
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih1-7/+7
2020-02-12rtw88: avoid holding mutex for cancel_delayed_work_sync()Yan-Hsuan Chuang1-0/+5
2020-01-26rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee1-1/+1