summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-06 09:00:53 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-06 09:00:53 -0700
commitb56990a23edb953ef4333c26ae1fed4c5b0cdbe1 (patch)
tree0b42a7189b344eeb4426babd9b2c7c69fc4983d3
parent572cf153cc532a0f10108a2e28532cba8588b7d8 (diff)
parent39da65e70e03ead9eb4a225c2b297f8fef72b4b3 (diff)
Merge "qcacld-2.0: Fix wrong data issue in BSS description IE" into wlan-cld2.driver.lnx.1.0-dev
-rw-r--r--CORE/MAC/inc/sirApi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index 4c2f67525565..ae379bb50707 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -1150,8 +1150,8 @@ typedef struct sSirSmeJoinReq
tAniBool spectrumMgtIndicator;
tSirMacPowerCapInfo powerCap;
tSirSupChnl supportedChannels;
- tSirBssDescription bssDescription;
uint8_t sub20_channelwidth;
+ tSirBssDescription bssDescription;
} tSirSmeJoinReq, *tpSirSmeJoinReq;
/* Definition for response message to previously issued join request */