Bladeren bron

qcacld-3.0: Change BAR frame ctrl and sequence format

BAR frame is parsed incorrectly, change to correct format

Change-Id: I399d6be49834229bba5f8eccf71f4002d2d48e16
CRs-Fixed: 2804140
Yu Tian 4 jaren geleden
bovenliggende
commit
af6eb602d0
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      core/cds/inc/cds_ieee80211_common.h

+ 3 - 3
core/cds/inc/cds_ieee80211_common.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011,2014-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011,2014-2020 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -61,8 +61,8 @@ struct ieee80211_frame_bar {
 	uint8_t    i_dur[2];
 	uint8_t    i_ra[QDF_MAC_ADDR_SIZE];
 	uint8_t    i_ta[QDF_MAC_ADDR_SIZE];
-	uint8_t   i_ctl;
-	uint8_t   i_seq;
+	uint16_t   i_ctl;
+	uint16_t   i_seq;
 /* FCS */
 } __packed;