aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/mac80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10wifi: rtw88: prohibit enter IPS during HW scanChih-Kang Chang1-1/+2
2022-08-10wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang1-1/+1
2022-08-10wifi: rtw88: add mutex when set SARChih-Kang Chang1-0/+2
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih1-2/+2
2022-08-09wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang1-1/+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-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-1/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-2/+2
2022-05-30wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih1-3/+1
2022-04-12rtw88: do PHY calibration while starting APPing-Ke Shih1-0/+13
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang1-1/+16
2022-04-12rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang1-1/+13
2022-02-22rtw88: change rtw_info() to proper message levelPing-Ke Shih1-4/+4
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang1-1/+4
2021-12-21rtw88: support SAR via kernel common APIZong-Zhe Yang1-0/+12
2021-12-21rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang1-28/+51
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-1/+1
2021-06-22rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee1-0/+3
2021-06-22rtw88: add rtw_fw_feature_check apiChin-Yen Lee1-2/+1
2021-06-22rtw88: add beacon filter supportPo-Hao Huang1-0/+7
2021-04-11rtw88: add flush hci supportZong-Zhe Yang1-0/+2
2021-02-12rtw88: replace tx tasklet with work queuePo-Hao Huang1-1/+1
2020-11-24rtw88: coex: update TDMA settings for different beacon intervalChing-Te Ku1-0/+7
2020-11-07rtw88: decide lps deep mode from firmware feature.Chin-Yen Lee1-1/+1
2020-09-29rtw88: handle and recover when firmware crashTzu-En Huang1-64/+17
2020-08-02rtw88: allows driver to enable/disable beaconYan-Hsuan Chuang1-0/+9
2020-08-02rtw88: add ieee80211_ops::change_interfaceYan-Hsuan Chuang1-0/+18
2020-05-29rtw88: fix EAPOL 4-way failure by finish IQK earlierPing-Ke Shih1-2/+1
2020-04-21rtw88: 8723d: add beamform wrapper functionsPing-Ke Shih1-5/+2
2020-04-15rtw88: add support for set/get antennasYan-Hsuan Chuang1-0/+33
2020-03-23rtw88: associate reserved pages with each vifYan-Hsuan Chuang1-10/+12
2020-02-12rtw88: disable TX-AMSDU on 2.4G bandYan-Hsuan Chuang1-0/+15
2020-02-12rtw88: add ciphers to suppress error messagePing-Ke Shih1-0/+3
2020-02-12rtw88: move rtw_enter_ips() to the last when configPing-Ke Shih1-9/+10
2020-01-26rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang1-1/+0
2020-01-26rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang1-1/+0
2020-01-26rtw88: support wowlan feature for 8822cChin-Yen Lee1-0/+44
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-15/+245
2019-10-24rtw88: add set_bitrate_mask supportTzu-En Huang1-0/+53
2019-10-24rtw88: Enable 802.11ac beamformee supportTzu-En Huang1-0/+11
2019-10-14rtw88: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportTzu-En Huang1-0/+1
2019-10-04rtw88: configure TX queue EDCA parametersYan-Hsuan Chuang1-0/+71
2019-10-04rtw88: flush hardware tx queuesYan-Hsuan Chuang1-0/+14
2019-10-04rtw88: report tx rate to mac80211 stackTzu-En Huang1-0/+12
2019-10-04rtw88: take over rate control from mac80211Yan-Hsuan Chuang1-0/+5
2019-10-04rtw88: add driver TX queue supportYan-Hsuan Chuang1-9/+31
2019-10-04rtw88: allows to set RTS in TX descriptorYan-Hsuan Chuang1-0/+12