mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
add broadcom wifi GB86302I (dual band) support.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user