Query : assert in drivers/net/wireless/bcmdhd/dhd_wlfc.c

26 views
Skip to first unread message

pavi1729

unread,
Oct 14, 2014, 7:10:05 AM10/14/14
to android...@googlegroups.com
Hi,
 
   FILE: drivers/net/wireless/bcmdhd/dhd_wlfc.c (FUNCTION: _dhd_wlfc_prec_drop )

   In function  '_dhd_wlfc_prec_drop', the ASSERT condition as below

   ASSERT(prec >= 0 && prec <= WLFC_PSO_PREC_COUNT);

   is supposed to be 

   ASSERT(prec >= 0 && prec < WLFC_PSO_PREC_COUNT);

Thanks,
Pavi

dimi...@android.com

unread,
Oct 16, 2014, 2:22:21 PM10/16/14
to android...@googlegroups.com
Hi,

I submitted your change for review:
And you can do this yourself next time.
Thanks,

Dmitry
Reply all
Reply to author
Forward
0 new messages