summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: rtw88: Add rtw8723du chipset supportSascha Hauer5-1/+90
2022-12-08wifi: rtw88: Add rtw8822cu chipset supportSascha Hauer4-0/+82
2022-12-08wifi: rtw88: Add rtw8822bu chipset supportSascha Hauer4-0/+123
2022-12-08wifi: rtw88: Add rtw8821cu chipset supportSascha Hauer5-0/+103
2022-12-08wifi: rtw88: Add common USB chip supportSascha Hauer9-0/+1067
2022-12-08wifi: rtw88: iterate over vif/sta list non-atomicallySascha Hauer4-7/+116
2022-12-08wifi: rtw88: Drop coex mutexSascha Hauer4-6/+3
2022-12-08wifi: rtw88: Drop h2c.lockSascha Hauer4-12/+6
2022-12-08wifi: rtw88: Drop rf_lockSascha Hauer4-10/+14
2022-12-08wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer1-1/+1
2022-12-08wifi: rtw88: print firmware type in info messageSascha Hauer2-1/+4
2022-12-01wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih3-1/+33
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou2-5/+8
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-3/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
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-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: prohibit enter IPS during HW scanChih-Kang Chang1-1/+2
2022-08-10wifi: rtw88: add flag check before enter or leave IPSChih-Kang Chang1-2/+5
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 Chang4-14/+28
2022-08-10wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang2-72/+116
2022-08-10wifi: rtw88: add mutex when set regulatory and get Tx power tableChih-Kang Chang2-4/+9
2022-08-10wifi: rtw88: add mutex when set SARChih-Kang Chang1-0/+2
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih14-129/+129
2022-08-09wifi: rtw88: phy: fix warning of possible buffer overflowZong-Zhe Yang1-13/+8
2022-08-09wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang3-3/+17
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 Huang8-11/+59
2022-07-29wifi: rtw88: check the return value of alloc_workqueue()William Dean1-0/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-1/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+11
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-1/+2
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-2/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg3-7/+12
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski18-54/+21
2022-06-10rtw88: 8821c: fix access const table of channel parametersPing-Ke Shih2-9/+11
2022-06-08wifi: rtw88: use %*ph to print small bufferAndy Shevchenko1-5/+1
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8821c_hw_specLarry Finger4-12/+4
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8723d_hw_specLarry Finger4-12/+4
2022-05-30wifi: rtw88: Fix Sparse warning for rtw8822c_hw_specLarry Finger4-12/+4
2022-05-30wifi: rtw88: Fix sparse warning for rtw8822b_hw_specLarry Finger4-12/+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 Shih5-3/+15
2022-05-09rtw88: adjust adaptivity option to 1Chin-Yen Lee1-1/+1