|
@@ -33,7 +33,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Mon Mar 13 16:57:31 2017 from the following file(s):
|
|
|
+ * Fri Mar 31 11:36:15 2017 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -1522,7 +1522,7 @@ uint32_t dot11f_unpack_ie_ppe_threshold(tpAniSirGlobal pCtx,
|
|
|
ru_count++;
|
|
|
|
|
|
if ((ielen > 24) ||
|
|
|
- (ielen != ((pDst->nss_count + 1) * ru_count) * 6 - 1) / 8 + 1) {
|
|
|
+ (ielen != ((pDst->nss_count + 1) * ru_count * 6 - 1) / 8 + 1)) {
|
|
|
pDst->present = 0;
|
|
|
return DOT11F_SKIPPED_BAD_IE;
|
|
|
}
|