summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/mac80211.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-1/+1
* wifi: rtw88: Set default CQM config if not presentPo-Hao Huang2024-04-041-0/+2
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: rtw88: fix RX filter in FIF_ALLMULTI flagChih-Kang Chang2023-11-081-2/+2
* wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang2023-06-211-0/+1
* wifi: rtw88: Fix AP mode incorrect DTIM behaviorPo-Hao Huang2023-06-211-0/+2
* wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failedChih-Kang Chang2023-06-211-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-9/+5
|\
| * wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-011-9/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-1/+1
|\|
| * wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih2023-05-121-1/+1
* | wifi: rtw88: unlock on error path in rtw_ops_add_interface()Dan Carpenter2023-05-111-1/+3
|/
* wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang2023-04-201-1/+4
* wifi: rtw88: prevent scan abort with other VIFsPo-Hao Huang2023-04-201-3/+4
* wifi: rtw88: refine reserved page flow for AP modePo-Hao Huang2023-04-201-0/+1
* wifi: rtw88: disallow PS during AP modePo-Hao Huang2023-04-201-0/+13
* wifi: rtw88: add port switch for AP modePo-Hao Huang2023-04-201-0/+1
* wifi: rtw88: add bitmap for dynamic port settingsPo-Hao Huang2023-04-201-3/+10
* wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()Martin Blumenstingl2023-01-161-1/+3
* wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer2022-12-081-1/+1
* wifi: rtw88: prohibit enter IPS during HW scanChih-Kang Chang2022-08-101-1/+2
* wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang2022-08-101-1/+1
* wifi: rtw88: add mutex when set SARChih-Kang Chang2022-08-101-0/+2
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-091-2/+2
* wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang2022-08-091-1/+4
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-1/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-1/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-2/+2
* wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih2022-05-301-3/+1
* rtw88: do PHY calibration while starting APPing-Ke Shih2022-04-121-0/+13
* rtw88: Add update beacon flow for AP modePo-Hao Huang2022-04-121-1/+16
* rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang2022-04-121-1/+13
* rtw88: change rtw_info() to proper message levelPing-Ke Shih2022-02-221-4/+4
* rtw88: fix idle mode flow for hw scanPo-Hao Huang2022-01-311-1/+4
* rtw88: support SAR via kernel common APIZong-Zhe Yang2021-12-211-0/+12
* rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang2021-12-211-28/+51
* Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...David S. Miller2021-06-281-1/+1
|\
| * mac80211: notify driver on mgd TX completionJohannes Berg2021-06-231-1/+1
* | rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee2021-06-221-0/+3
* | rtw88: add rtw_fw_feature_check apiChin-Yen Lee2021-06-221-2/+1
* | rtw88: add beacon filter supportPo-Hao Huang2021-06-221-0/+7
|/
* rtw88: add flush hci supportZong-Zhe Yang2021-04-111-0/+2
* rtw88: replace tx tasklet with work queuePo-Hao Huang2021-02-121-1/+1
* rtw88: coex: update TDMA settings for different beacon intervalChing-Te Ku2020-11-241-0/+7
* rtw88: decide lps deep mode from firmware feature.Chin-Yen Lee2020-11-071-1/+1
* rtw88: handle and recover when firmware crashTzu-En Huang2020-09-291-64/+17
* rtw88: allows driver to enable/disable beaconYan-Hsuan Chuang2020-08-021-0/+9
* rtw88: add ieee80211_ops::change_interfaceYan-Hsuan Chuang2020-08-021-0/+18