summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2020-04-23rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih2-13/+28
2020-04-23rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih1-34/+38
2020-04-23rtw88: 8723d: Add mac power-on/-off functionPing-Ke Shih2-9/+61
2020-04-23rtw88: no need to send additional information to legacy firmwarePing-Ke Shih1-0/+6
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih9-11/+252
2020-04-21rtw88: set power trim according to efuse PG valuesTzu-En Huang4-0/+166
2020-04-21rtw88: 8723d: Add read_efuse to recognize efuse info from mapPing-Ke Shih2-0/+82
2020-04-21rtw88: 8723d: Add new chip op efuse_grant() to control efuse accessPing-Ke Shih4-0/+39
2020-04-21rtw88: 8723d: Add cfg_ldo25 to control LDO25Ping-Ke Shih3-1/+21
2020-04-21rtw88: 8723d: Add mac/bb/rf/agc/power_limit tablesPing-Ke Shih3-0/+1207
2020-04-21rtw88: 8723d: Add RF read/write opsPing-Ke Shih5-4/+85
2020-04-21rtw88: 8723d: Add power sequencePing-Ke Shih2-0/+404
2020-04-21rtw88: 8723d: add beamform wrapper functionsPing-Ke Shih5-13/+33
2020-04-21rtw88: 8723d: Add basic chip capabilitiesPing-Ke Shih6-0/+72
2020-04-21rtlwifi: rtl8723ae: fix warning comparison to boolJason Yan1-5/+5
2020-04-21rtlwifi: rtl8821ae: use true,false for bool variablesJason Yan1-2/+2
2020-04-21rtlwifi: rtl8723be: use true,false for bool variablesJason Yan1-2/+2
2020-04-21rtlwifi: rtl8192ee: use true,false for bool variablesJason Yan1-2/+2
2020-04-21rtlwifi: rtl8723ae: use true,false for bool variablesJason Yan1-2/+2
2020-04-21rtlwifi: rtl8188ee: use true,false for bool variablesJason Yan1-2/+2
2020-04-15rtw88: add support for set/get antennasYan-Hsuan Chuang3-0/+71
2020-04-15rtw88: make rtw_chip_ops::set_antenna return intYan-Hsuan Chuang2-10/+17
2020-04-14rtw88: Add delay on polling h2c command status bitKai-Heng Feng1-6/+7
2020-04-14rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"Qiujun Huang1-1/+1
2020-04-14rtw88: Make two functions staticYueHaibing1-4/+4
2020-04-14rtw88: avoid unused function warningsArnd Bergmann1-8/+3
2020-03-28Merge tag 'wireless-drivers-next-2020-03-27' of git://git.kernel.org/pub/scm/...David S. Miller10-3/+750
2020-03-26rtw88: fix non-increase management packet sequence numberTzu-En Huang3-0/+15
2020-03-26rtl8xxxu: Feed current txrate information for mac80211Chris Chiu2-2/+85
2020-03-26rtl8xxxu: add enumeration for channel bandwidthChris Chiu2-1/+10
2020-03-26rtw88: add a debugfs entry to enable/disable coex mechanismYan-Hsuan Chuang1-0/+45
2020-03-26rtw88: add a debugfs entry to dump coex's infoYan-Hsuan Chuang6-0/+595
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-23rtl8xxxu: Fix sparse warning: cast from restricted __le16Chris Chiu1-4/+4
2020-03-23rtw88: 8822c: config RF table path B before path AYan-Hsuan Chuang1-1/+1
2020-03-23rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang5-56/+136
2020-03-23rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang2-11/+23
2020-03-23rtw88: associate reserved pages with each vifYan-Hsuan Chuang6-103/+258
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang3-23/+66
2020-03-23rtw88: don't hold all IRQs disabled for PS operationsBrian Norris2-22/+36
2020-03-23wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-6/+6
2020-03-12rtw88: remove unused member of struct rtw_halKevin Lo2-7/+0
2020-03-12rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44Larry Finger1-0/+1
2020-02-13rtw88: Fix incorrect beamformee role settingTzu-En Huang1-4/+2
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches5-49/+50
2020-02-12rtw88: disable TX-AMSDU on 2.4G bandYan-Hsuan Chuang1-0/+15
2020-02-12rtw88: 8822c: modify rf protection settingChien-Hsun Liao3-10/+20
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih5-12/+22
2020-02-12rtw88: Use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2020-02-12rtw88: 8822c: update power sequence to v16Tzu-En Huang1-0/+5