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
This commit is contained in:
Yu Tian
2020-10-27 16:07:29 +08:00
committed by snandini
parent 3b7d93d465
commit af6eb602d0

View File

@@ -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;