net: wireless: bcmdhd: Fix compilation for WEXT
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 20 Jul 2011 23:04:45 +0000 (16:04 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Fri, 22 Jul 2011 00:14:26 +0000 (17:14 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/wl_android.c

index fa6e305f45b82b4e3fefe69db1f6fa161a07a719..876fc080ac1dcd0165d2a33ed1457725f6923c25 100644 (file)
@@ -106,7 +106,11 @@ typedef struct android_wifi_priv_cmd {
 void dhd_customer_gpio_wlan_ctrl(int onoff);
 uint dhd_dev_reset(struct net_device *dev, uint8 flag);
 void dhd_dev_init_ioctl(struct net_device *dev);
+#ifdef WL_CFG80211
 int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr);
+#else
+int wl_cfg80211_get_p2p_dev_addr(struct net_device *net, struct ether_addr *p2pdev_addr) { return 0; }
+#endif
 
 extern bool ap_fw_loaded;
 #ifdef CUSTOMER_HW2