summaryrefslogtreecommitdiff
path: root/net/rfkill/rfkill-wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rfkill/rfkill-wlan.c')
-rw-r--r--net/rfkill/rfkill-wlan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rfkill/rfkill-wlan.c b/net/rfkill/rfkill-wlan.c
index 07c1c7c45350..f8ee30532b8c 100644
--- a/net/rfkill/rfkill-wlan.c
+++ b/net/rfkill/rfkill-wlan.c
@@ -158,6 +158,8 @@ int get_wifi_chip_type(void)
type = WIFI_ESP8089;
} else if (strcmp(wifi_chip_type_string, "mvl88w8977") == 0) {
type = WIFI_MVL88W8977;
+ } else if (strcmp(wifi_chip_type_string, "ssv6051") == 0) {
+ type = WIFI_SSV6051;
} else {
type = WIFI_AP6210;
}