aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/realtek/rtw88/fw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-19wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal()Dmitry Antipov1-2/+2
2023-10-19wifi: rtw88: dump firmware debug information in abnormal stateChin-Yen Lee1-0/+74
2023-07-25wifi: rtw88: simplify vif iteratorsDmitry Antipov1-1/+1
2023-06-21wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang1-0/+17
2023-06-21wifi: rtw88: refine register based H2C commandPo-Hao Huang1-0/+51
2023-04-20wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang1-1/+10
2023-04-20wifi: rtw88: prevent scan abort with other VIFsPo-Hao Huang1-1/+3
2023-04-20wifi: rtw88: refine reserved page flow for AP modePo-Hao Huang1-0/+5
2022-12-08wifi: rtw88: Drop h2c.lockSascha Hauer1-9/+4
2022-12-01wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih1-0/+10
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou1-5/+3
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-1/+1
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-2/+2
2022-08-10wifi: rtw88: add flushing queue before HW scanChih-Kang Chang1-0/+4
2022-08-10wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang1-12/+25
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih1-10/+10
2022-08-09wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang1-2/+12
2022-08-09wifi: rtw88: fix stopping queues in wrong timing when HW scanChih-Kang Chang1-1/+6
2022-08-09wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang1-4/+11
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih1-0/+10
2022-05-09rtw88: adjust adaptivity option to 1Chin-Yen Lee1-1/+1
2022-05-01rtw88: fix hw scan may cause disconnect issueChih-Kang Chang1-1/+11
2022-05-01rtw88: fix not disabling beacon filter after disconnectionChih-Kang Chang1-1/+5
2022-04-23rtw88: fix uninitialized 'tim_offset' warningPo-Hao Huang1-1/+1
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang1-1/+3
2022-04-12rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang1-4/+3
2022-02-22rtw88: change rtw_info() to proper message levelPing-Ke Shih1-1/+1
2022-02-21rtw88: coex: Add C2H/H2C handshake with BT mailbox for asking HID InfoChing-Te Ku1-0/+15
2022-02-10rtw88: fix use after free in rtw_hw_scan_update_probe_req()Dan Carpenter1-3/+3
2022-01-31rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang1-10/+24
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang1-1/+1
2022-01-31rtw88: check for validity before using a pointerMuhammad Usama Anjum1-0/+8
2021-12-21rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang1-0/+388
2021-10-05rtw88: fix RX clock gate setting while fifo dumpZong-Zhe Yang1-4/+3
2021-09-21rtw88: move adaptivity mechanism to firmwareChin-Yen Lee1-0/+47
2021-08-21rtw88: wow: fix size access error of probe requestChin-Yen Lee1-2/+6
2021-06-24rtw88: fix c2h memory leakPo-Hao Huang1-0/+2
2021-06-22rtw88: refine unwanted h2c commandPo-Hao Huang1-5/+2
2021-06-22rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee1-0/+25
2021-06-22rtw88: add rtw_fw_feature_check apiChin-Yen Lee1-2/+1
2021-06-22rtw88: add beacon filter supportPo-Hao Huang1-0/+91
2021-04-21rtw88: 8822c: Add gap-k calibration to improve long range performanceGuo-Feng Fan1-0/+12
2021-04-18rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang1-0/+15
2020-12-08rtw88: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski1-1/+5
2020-11-07rtw88: decide lps deep mode from firmware feature.Chin-Yen Lee1-1/+2
2020-11-07rtw88: add C2H response for checking firmware leave lpsChin-Yen Lee1-0/+3
2020-11-02rtw88: fix fw_fifo_addr checkTom Rix1-1/+1
2020-09-29rtw88: add dump firmware fifo supportTzu-En Huang1-16/+61