Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea0a316d authored by Yu Tian's avatar Yu Tian Committed by snandini
Browse files

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
parent 3bd0779c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/*
 * 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;