net: wireless: bcmdhd: Add missing dhd_get_dtim_skip() declaration
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 13 Jun 2011 22:14:15 +0000 (15:14 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:10:09 +0000 (09:10 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/dhd_linux.c

index acdff3b30efb59cc08c500159fde1a5768b5c380..65d2bbdbdf8235b4216b70ecdc198b25e910f5b2 100644 (file)
@@ -305,6 +305,7 @@ extern wl_iw_extra_params_t  g_wl_iw_params;
 #if defined(CONFIG_HAS_EARLYSUSPEND)
 #include <linux/earlysuspend.h>
 extern int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len);
+extern int dhd_get_dtim_skip(dhd_pub_t *dhd);
 #endif /* defined(CONFIG_HAS_EARLYSUSPEND) */
 
 #ifdef PKT_FILTER_SUPPORT