summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-12wifi: rtw89: parse phycap of TX/RX antenna numberPing-Ke Shih1-1/+2
2022-09-02wifi: rtw89: add skeleton of mac80211 chanctx ops supportZong-Zhe Yang1-0/+68
2022-09-02wifi: rtw89: concentrate chandef setting to stack callbackZong-Zhe Yang1-1/+5
2022-09-02wifi: rtw89: re-arrange channel related stuffs under HALZong-Zhe Yang1-1/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-2/+3
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-21wifi: rtw89: allocate address CAM and MAC ID to TDLS peerPing-Ke Shih1-1/+1
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-2/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-30rtw89: fix channel inconsistency during hw_scanPo Hao Huang1-1/+1
2022-05-17rtw89: add ieee80211::sta_rc_update opsPing-Ke Shih1-1/+11
2022-04-06rtw89: reconstruct fw featureZong-Zhe Yang1-2/+2
2022-03-09rtw89: 8852a: add ieee80211_ops::hw_scanPo Hao Huang1-13/+54
2022-02-10rtw89: implement ieee80211_ops::start_ap and stop_apPing-Ke Shih1-0/+33
2022-02-10rtw89: only STA mode change vif_type mapping dynamicallyPing-Ke Shih1-0/+3
2022-01-28rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih1-0/+17
2022-01-28rtw89: download beacon content to firmwarePing-Ke Shih1-0/+3
2022-01-28rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih1-1/+10
2022-01-28rtw89: correct use of BA CAMPing-Ke Shih1-2/+7
2022-01-28rtw89: remove duplicate definition of hardware port numberPing-Ke Shih1-2/+2
2021-12-08rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih1-0/+1
2021-12-08rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih1-3/+3
2021-12-08rtw89: update scan_mac_addr during scanning periodPing-Ke Shih1-1/+5
2021-10-13rtw89: add Realtek 802.11ax driverPing-Ke Shih1-0/+676