summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw89/mac80211.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-9/+6
|\
| * wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-011-9/+6
* | wifi: rtw89: set capability of TX antenna diversityPing-Ke Shih2023-05-051-1/+6
|/
* wifi: rtw89: refine scan function after chanctxPo-Hao Huang2023-04-171-1/+0
* wifi: rtw89: prohibit enter IPS during HW scanChih-Kang Chang2023-04-171-1/+2
* wifi: rtw89: add ieee80211::remain_on_channel opsPo-Hao Huang2023-04-141-1/+79
* wifi: rtw89: 8852c: add beacon filter and CQM supportPo-Hao Huang2023-04-141-0/+8
* wifi: rtw89: refine FW feature judgement on packet dropZong-Zhe Yang2023-02-221-1/+1
* wifi: rtw89: refine packet offload flowChin-Yen Lee2023-02-131-0/+1
* wifi: rtw89: fix unsuccessful interface_add flowPo-Hao Huang2022-12-081-0/+2
* wifi: rtw89: stop mac port function when stop_ap()Po-Hao Huang2022-12-081-0/+1
* wifi: rtw89: link rtw89_vif and chanctx stuffsZong-Zhe Yang2022-12-011-0/+1
* wifi: rtw89: avoid inaccessible IO operations during doing change_interface()Ping-Ke Shih2022-11-221-1/+10
* wifi: rtw89: add WoWLAN function supportChin-Yen Lee2022-11-011-0/+55
* wifi: rtw89: disable 26-tone RU HE TB PPDU transmissionsKuan-Chung Chen2022-09-241-0/+1
* wifi: rtw89: support for processing P2P power savingDian-Syuan Yang2022-09-241-0/+3
* wifi: rtw89: send OFDM rate only in P2P modeDian-Syuan Yang2022-09-241-1/+1
* wifi: rtw89: support P2PPo Hao Huang2022-09-241-0/+24
* wifi: rtw89: introudce functions to drop packetsZong-Zhe Yang2022-09-191-1/+21
* wifi: rtw89: support for setting TID specific configurationKuan-Chung Chen2022-09-191-0/+29
* wifi: rtw89: parse phycap of TX/RX antenna numberPing-Ke Shih2022-09-121-1/+2
* wifi: rtw89: add skeleton of mac80211 chanctx ops supportZong-Zhe Yang2022-09-021-0/+68
* wifi: rtw89: concentrate chandef setting to stack callbackZong-Zhe Yang2022-09-021-1/+5
* wifi: rtw89: re-arrange channel related stuffs under HALZong-Zhe Yang2022-09-021-1/+2
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-2/+3
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: rtw89: allocate address CAM and MAC ID to TDLS peerPing-Ke Shih2022-06-211-1/+1
* wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-2/+4
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* rtw89: fix channel inconsistency during hw_scanPo Hao Huang2022-05-301-1/+1
* rtw89: add ieee80211::sta_rc_update opsPing-Ke Shih2022-05-171-1/+11
* rtw89: reconstruct fw featureZong-Zhe Yang2022-04-061-2/+2
* rtw89: 8852a: add ieee80211_ops::hw_scanPo Hao Huang2022-03-091-13/+54
* rtw89: implement ieee80211_ops::start_ap and stop_apPing-Ke Shih2022-02-101-0/+33
* rtw89: only STA mode change vif_type mapping dynamicallyPing-Ke Shih2022-02-101-0/+3
* rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih2022-01-281-0/+17
* rtw89: download beacon content to firmwarePing-Ke Shih2022-01-281-0/+3
* rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih2022-01-281-1/+10
* rtw89: correct use of BA CAMPing-Ke Shih2022-01-281-2/+7
* rtw89: remove duplicate definition of hardware port numberPing-Ke Shih2022-01-281-2/+2
* rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih2021-12-081-0/+1
* rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih2021-12-081-3/+3
* rtw89: update scan_mac_addr during scanning periodPing-Ke Shih2021-12-081-1/+5
* rtw89: add Realtek 802.11ax driverPing-Ke Shih2021-10-131-0/+676