bluetooth: add ap6210 24m support
authorhwg <hwg@rock-chips.com>
Tue, 15 Oct 2013 12:02:31 +0000 (20:02 +0800)
committerhwg <hwg@rock-chips.com>
Tue, 15 Oct 2013 12:02:31 +0000 (20:02 +0800)
net/rfkill/rfkill-rk.c

index 52d6bf2f695b1196958bbfd846ed1fd15f07c35b..cb5c717cd49437c82a70ab5a5b433a5fea58beff 100755 (executable)
@@ -122,7 +122,11 @@ static const char bt_name[] =
 #elif defined(CONFIG_MV8787)
         "mv8787"
 #elif defined(CONFIG_AP6210)
+    #if defined(CONFIG_RKWIFI_26M)
         "ap6210"
+    #else
+        "ap6210_24M"
+    #endif
 #elif defined(CONFIG_AP6330)
                "ap6330"
 #elif defined(CONFIG_AP6476)