summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)Author
2023-05-11wifi: rtw88: rtw8821c: Fix rfe_option field widthSascha Hauer
2023-05-11wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()Martin Blumenstingl
2023-05-11wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()Martin Blumenstingl
2023-05-11wifi: rtw88: usb: fix priority queue to endpoint mappingSascha Hauer
2023-03-10wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twicePing-Ke Shih
2023-03-10wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()Martin Blumenstingl
2023-03-10wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()Martin Blumenstingl
2023-03-03wifi: rtw88: usb: drop now unnecessary URB size checkSascha Hauer
2023-03-03wifi: rtw88: usb: send Zero length packets if necessarySascha Hauer
2023-03-03wifi: rtw88: usb: Set qsel correctlySascha Hauer
2022-12-08wifi: rtw88: Add rtw8723du chipset supportSascha Hauer
2022-12-08wifi: rtw88: Add rtw8822cu chipset supportSascha Hauer
2022-12-08wifi: rtw88: Add rtw8822bu chipset supportSascha Hauer
2022-12-08wifi: rtw88: Add rtw8821cu chipset supportSascha Hauer
2022-12-08wifi: rtw88: Add common USB chip supportSascha Hauer
2022-12-08wifi: rtw88: iterate over vif/sta list non-atomicallySascha Hauer
2022-12-08wifi: rtw88: Drop coex mutexSascha Hauer
2022-12-08wifi: rtw88: Drop h2c.lockSascha Hauer
2022-12-08wifi: rtw88: Drop rf_lockSascha Hauer
2022-12-08wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer
2022-12-08wifi: rtw88: print firmware type in info messageSascha Hauer
2022-12-01wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg
2022-09-02wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()Yang Yingliang
2022-08-26wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih
2022-08-10wifi: rtw88: prohibit enter IPS during HW scanChih-Kang Chang
2022-08-10wifi: rtw88: add flag check before enter or leave IPSChih-Kang Chang
2022-08-10wifi: rtw88: add flushing queue before HW scanChih-Kang Chang
2022-08-10wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang
2022-08-10wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang
2022-08-10wifi: rtw88: add mutex when set regulatory and get Tx power tableChih-Kang Chang
2022-08-10wifi: rtw88: add mutex when set SARChih-Kang Chang
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih
2022-08-09wifi: rtw88: phy: fix warning of possible buffer overflowZong-Zhe Yang
2022-08-09wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang
2022-08-09wifi: rtw88: fix stopping queues in wrong timing when HW scanChih-Kang Chang
2022-08-09wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang
2022-07-29wifi: rtw88: check the return value of alloc_workqueue()William Dean
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg