aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2022-03-09rtw89: declare HE capabilities in 6G bandPing-Ke Shih1-0/+12
2022-03-09rtw89: fix HE PHY bandwidth capabilityJohannes Berg1-4/+9
2022-03-09rtw89: add tx_wake notify for low ps modeChin-Yen Lee6-9/+53
2022-03-09rtw89: 8852a: add ieee80211_ops::hw_scanPo Hao Huang8-13/+1069
2022-02-25rtw89: get channel parameters of 160MHz bandwidthPing-Ke Shih2-15/+36
2022-02-22rtw88: change rtw_info() to proper message levelPing-Ke Shih9-19/+20
2022-02-22rtw89: Limit the CFO boundaries of x'tal valueYi-Tang Chiu3-0/+26
2022-02-22rtw89: phy: handle txpwr lmt/lmt_ru of 160M bandwidthZong-Zhe Yang2-7/+110
2022-02-22rtw89: phy: handle txpwr lmt/lmt_ru of 6G bandZong-Zhe Yang2-3/+68
2022-02-21rtw89: core.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-21rtw89: fix RCU usage in rtw89_core_txq_push()Jiri Kosina1-1/+4
2022-02-21rtw88: coex: Update rtl8822c COEX version to 22020720Ching-Te Ku1-2/+2
2022-02-21rtw88: coex: Add C2H/H2C handshake with BT mailbox for asking HID InfoChing-Te Ku6-11/+206
2022-02-21rtw88: coex: Add WLAN MIMO power saving for Bluetooth gaming controllerChing-Te Ku7-11/+148
2022-02-21rtw88: coex: update BT PTA counter regularlyChing-Te Ku3-12/+37
2022-02-21rtw88: coex: Improve WLAN throughput when HFP COEXChing-Te Ku1-7/+2
2022-02-21rtw88: 8822ce: add support for TX/RX 1ss modeChin-Yen Lee5-4/+41
2022-02-14rtw89: handle TX/RX 160M bandwidthPing-Ke Shih3-20/+20
2022-02-14rtw89: declare if chip support 160M bandwidthPing-Ke Shih3-1/+20
2022-02-14rtw89: add 6G support to rate adaptive mechanismPing-Ke Shih1-2/+17
2022-02-14rtw89: extend subband for 6G bandZong-Zhe Yang3-10/+60
2022-02-14rtw89: refine naming of rfk helpers with prefixZong-Zhe Yang2-1312/+1312
2022-02-14rtw89: make rfk helpers common across chipsZong-Zhe Yang4-108/+112
2022-02-10rtw89: coex: set EN bit to PLT registerPing-Ke Shih1-3/+4
2022-02-10rtw89: recover rates of rate adaptive mechanismChien-Hsun Liao1-17/+30
2022-02-10rtw88: recover rates of rate adaptive mechanismChien-Hsun Liao1-23/+44
2022-02-10rtw89: declare AP mode supportPing-Ke Shih1-1/+2
2022-02-10rtw89: debug: add stations entry to show ID assignmentPing-Ke Shih1-0/+71
2022-02-10rtw89: implement ieee80211_ops::start_ap and stop_apPing-Ke Shih1-0/+33
2022-02-10rtw89: maintain assoc/disassoc STA states of firmware and hardwarePing-Ke Shih3-3/+33
2022-02-10rtw89: only STA mode change vif_type mapping dynamicallyPing-Ke Shih2-2/+5
2022-02-10rtw89: add addr_cam field to sta to support AP modePing-Ke Shih3-30/+43
2022-02-10rtw89: extend role_maintain to support AP modePing-Ke Shih3-4/+17
2022-02-10rtw88: fix use after free in rtw_hw_scan_update_probe_req()Dan Carpenter1-3/+3
2022-02-01rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King1-1/+1
2022-01-31rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih1-0/+1
2022-01-31rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang1-10/+24
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang4-4/+23
2022-01-31rtw88: check for validity before using a pointerMuhammad Usama Anjum1-0/+8
2022-01-28rtw89: use pci_read/write_config instead of dbi read/writeChin-Yen Lee1-75/+53
2022-01-28rtw89: refine DIG feature to support 160M and CCK PDJohnson Lin5-7/+44
2022-01-28rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet1-0/+1
2022-01-28rtw89: include subband type in channel paramsZong-Zhe Yang2-15/+20
2022-01-28rtw89: handle 6G band if supported by a chipsetZong-Zhe Yang3-57/+179
2022-01-28rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih3-14/+26
2022-01-28rtw89: set mac_id and port ID to TXWDPing-Ke Shih3-2/+27
2022-01-28rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep modePing-Ke Shih2-3/+6
2022-01-28rtw89: configure mac port HIQ registersPing-Ke Shih2-2/+46
2022-01-28rtw89: rename vif_maintain to role_maintainPing-Ke Shih4-17/+17
2022-01-28rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih4-14/+32