summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: rtw88: Add common USB chip supportSascha Hauer1-0/+4
2022-12-08wifi: rtw88: Drop coex mutexSascha Hauer1-2/+0
2022-12-08wifi: rtw88: Drop h2c.lockSascha Hauer1-1/+0
2022-12-08wifi: rtw88: Drop rf_lockSascha Hauer1-1/+0
2022-12-08wifi: rtw88: print firmware type in info messageSascha Hauer1-1/+3
2022-09-02wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()Yang Yingliang1-2/+6
2022-08-26wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih1-2/+1
2022-08-10wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang1-67/+97
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih1-14/+14
2022-08-09wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang1-1/+20
2022-07-29wifi: rtw88: check the return value of alloc_workqueue()William Dean1-0/+4
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-4/+9
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+4
2022-05-30rtw88: fix null vif pointer when hw_scan failsPo-Hao Huang1-1/+4
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih1-0/+2
2022-05-01rtw88: add HT MPDU density value for each chipChih-Kang Chang1-1/+2
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang1-0/+6
2022-04-12rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang1-3/+4
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-25/+25
2022-04-06rtw88: change idle mode condition during hw_scanPo-Hao Huang1-3/+4
2022-02-22rtw88: change rtw_info() to proper message levelPing-Ke Shih1-4/+4
2022-02-21rtw88: coex: Add C2H/H2C handshake with BT mailbox for asking HID InfoChing-Te Ku1-0/+1
2022-02-21rtw88: coex: update BT PTA counter regularlyChing-Te Ku1-0/+2
2022-02-21rtw88: 8822ce: add support for TX/RX 1ss modeChin-Yen Lee1-1/+32
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