add broadcom wifi GB86302I (dual band) support.
This commit is contained in:
parent
fbaf4cd0f8
commit
f8fc19cdc5
2 changed files with 9 additions and 0 deletions
|
|
@ -132,6 +132,10 @@ choice
|
|||
bool "AP6493"
|
||||
depends on RKWIFI && WLAN_80211
|
||||
|
||||
config GB86302I
|
||||
bool "GB86302I"
|
||||
depends on RKWIFI && WLAN_80211
|
||||
|
||||
endchoice
|
||||
|
||||
choice
|
||||
|
|
|
|||
|
|
@ -70,6 +70,11 @@ static ssize_t wifi_chip_read(struct class *cls, char *_buf)
|
|||
printk("Current WiFi chip is AP6493.\n");
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_GB86302I
|
||||
count = sprintf(_buf, "%s", "RK903");
|
||||
printk("Current WiFi chip is GB86302I.\n");
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MTK_COMBO
|
||||
count = sprintf(_buf, "%s", "MT6620");
|
||||
printk("Current WiFi chip is MT6620.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue