summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)Author
2022-02-14rtw89: handle TX/RX 160M bandwidthPing-Ke Shih
2022-02-14rtw89: declare if chip support 160M bandwidthPing-Ke Shih
2022-02-14rtw89: add 6G support to rate adaptive mechanismPing-Ke Shih
2022-02-14rtw89: extend subband for 6G bandZong-Zhe Yang
2022-02-14rtw89: refine naming of rfk helpers with prefixZong-Zhe Yang
2022-02-14rtw89: make rfk helpers common across chipsZong-Zhe Yang
2022-02-10rtw89: coex: set EN bit to PLT registerPing-Ke Shih
2022-02-10rtw89: recover rates of rate adaptive mechanismChien-Hsun Liao
2022-02-10rtw88: recover rates of rate adaptive mechanismChien-Hsun Liao
2022-02-10rtw89: declare AP mode supportPing-Ke Shih
2022-02-10rtw89: debug: add stations entry to show ID assignmentPing-Ke Shih
2022-02-10rtw89: implement ieee80211_ops::start_ap and stop_apPing-Ke Shih
2022-02-10rtw89: maintain assoc/disassoc STA states of firmware and hardwarePing-Ke Shih
2022-02-10rtw89: only STA mode change vif_type mapping dynamicallyPing-Ke Shih
2022-02-10rtw89: add addr_cam field to sta to support AP modePing-Ke Shih
2022-02-10rtw89: extend role_maintain to support AP modePing-Ke Shih
2022-02-10rtw88: fix use after free in rtw_hw_scan_update_probe_req()Dan Carpenter
2022-02-01rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King
2022-01-31rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih
2022-01-31rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang
2022-01-31rtw88: check for validity before using a pointerMuhammad Usama Anjum
2022-01-28rtw89: use pci_read/write_config instead of dbi read/writeChin-Yen Lee
2022-01-28rtw89: refine DIG feature to support 160M and CCK PDJohnson Lin
2022-01-28rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet
2022-01-28rtw89: include subband type in channel paramsZong-Zhe Yang
2022-01-28rtw89: handle 6G band if supported by a chipsetZong-Zhe Yang
2022-01-28rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih
2022-01-28rtw89: set mac_id and port ID to TXWDPing-Ke Shih
2022-01-28rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep modePing-Ke Shih
2022-01-28rtw89: configure mac port HIQ registersPing-Ke Shih
2022-01-28rtw89: rename vif_maintain to role_maintainPing-Ke Shih
2022-01-28rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih
2022-01-28rtw89: allocate mac_id for each station in AP modePing-Ke Shih
2022-01-28rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih
2022-01-28rtw89: add C2H handle of BCN_CNTPing-Ke Shih
2022-01-28rtw89: download beacon content to firmwarePing-Ke Shih
2022-01-28rtw89: use hardware SSN to TX management framePing-Ke Shih
2022-01-28rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih
2022-01-28rtw89: correct use of BA CAMPing-Ke Shih
2022-01-28rtw89: encapsulate RX handlers to single functionPing-Ke Shih
2022-01-28rtw89: Add RX counters of VHT MCS-10/11 to debugfsPing-Ke Shih
2022-01-28rtw89: remove duplicate definition of hardware port numberPing-Ke Shih
2022-01-28rtw89: extract modules by chipsetZong-Zhe Yang
2021-12-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-12-22codel: remove unnecessary sock.h includeJakub Kicinski
2021-12-22rtw89: 8852a: correct bit definition of dfs_enChung-Hsuan Hung
2021-12-22rtw88: don't consider deep PS mode when transmitting packetChin-Yen Lee
2021-12-21rtw88: support SAR via kernel common APIZong-Zhe Yang
2021-12-21rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang