count = sprintf(_buf, "%s", "RTL8188");\r
printk("Current WiFi chip is RTL8188.\n");\r
#endif\r
+\r
+#ifdef CONFIG_BCM4330\r
+ count = sprintf(_buf, "%s", "BCM4330");\r
+ printk("Current WiFi chip is BCM4330.\n");\r
+#endif\r
+\r
+#ifdef CONFIG_RK901\r
+ count = sprintf(_buf, "%s", "RK901");\r
+ printk("Current WiFi chip is RK901.\n");\r
+#endif\r
+\r
+#ifdef CONFIG_RK903\r
+ count = sprintf(_buf, "%s", "RK903");\r
+ printk("Current WiFi chip is RK903.\n");\r
+#endif\r
\r
return count;\r
}\r