summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88/mac80211.c
AgeCommit message (Expand)Author
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach
2024-04-04wifi: rtw88: Set default CQM config if not presentPo-Hao Huang
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2023-11-08wifi: rtw88: fix RX filter in FIF_ALLMULTI flagChih-Kang Chang
2023-06-21wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang
2023-06-21wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang
2023-06-21wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-12wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih
2023-05-11wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter
2023-04-20wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang
2023-04-20wifi: rtw88: prevent scan abort with other VIFsPo-Hao Huang
2023-04-20wifi: rtw88: refine reserved page flow for AP modePo-Hao Huang
2023-04-20wifi: rtw88: disallow PS during AP modePo-Hao Huang
2023-04-20wifi: rtw88: add port switch for AP modePo-Hao Huang
2023-04-20wifi: rtw88: add bitmap for dynamic port settingsPo-Hao Huang
2023-01-16wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()Martin Blumenstingl
2022-12-08wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer
2022-08-10wifi: rtw88: prohibit enter IPS during 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 mutex when set SARChih-Kang Chang
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih
2022-08-09wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang
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-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih
2022-04-12rtw88: do PHY calibration while starting APPing-Ke Shih
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang
2022-04-12rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang
2022-02-22rtw88: change rtw_info() to proper message levelPing-Ke Shih
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang
2021-12-21rtw88: support SAR via kernel common APIZong-Zhe Yang
2021-12-21rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...David S. Miller
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg
2021-06-22rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee
2021-06-22rtw88: add rtw_fw_feature_check apiChin-Yen Lee
2021-06-22rtw88: add beacon filter supportPo-Hao Huang
2021-04-11rtw88: add flush hci supportZong-Zhe Yang
2021-02-12rtw88: replace tx tasklet with work queuePo-Hao Huang
2020-11-24rtw88: coex: update TDMA settings for different beacon intervalChing-Te Ku
2020-11-07rtw88: decide lps deep mode from firmware feature.Chin-Yen Lee
2020-09-29rtw88: handle and recover when firmware crashTzu-En Huang
2020-08-02rtw88: allows driver to enable/disable beaconYan-Hsuan Chuang
2020-08-02rtw88: add ieee80211_ops::change_interfaceYan-Hsuan Chuang