rtw88: 8723d: Add basic chip capabilities
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 20 Apr 2020 05:50:47 +0000 (13:50 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 21 Apr 2020 12:59:16 +0000 (15:59 +0300)
commit811853da541a6a9be335c1f9dc9f20ca8bde65ed
tree343cbadcc36d79a576a3296e8fb5c725cd75e858
parent887e74239805217c9c583584a382e66583e0556b
rtw88: 8723d: Add basic chip capabilities

RTL8723DE is an 11n 1x1 2.4G single band chip with the
following capabilities:

 - TX/RX BD size: 16/8
 - TX/RX desc size: 40/24
 - physical/logical/protected efuse size: 512/512/96
 - TX gain index factor: 1
 - max TX power index: 0x3F
 - band: 2G
 - HT: support
 - VHT: Not support

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200420055054.14592-2-yhchuang@realtek.com
drivers/net/wireless/realtek/rtw88/main.h
drivers/net/wireless/realtek/rtw88/pci.c
drivers/net/wireless/realtek/rtw88/rtw8723d.c [new file with mode: 0644]
drivers/net/wireless/realtek/rtw88/rtw8723d.h [new file with mode: 0644]
drivers/net/wireless/realtek/rtw88/rtw8723d_table.c [new file with mode: 0644]
drivers/net/wireless/realtek/rtw88/rtw8723d_table.h [new file with mode: 0644]