diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-06 09:00:53 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-06 09:00:53 -0700 |
| commit | b56990a23edb953ef4333c26ae1fed4c5b0cdbe1 (patch) | |
| tree | 0b42a7189b344eeb4426babd9b2c7c69fc4983d3 | |
| parent | 572cf153cc532a0f10108a2e28532cba8588b7d8 (diff) | |
| parent | 39da65e70e03ead9eb4a225c2b297f8fef72b4b3 (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.h | 2 |
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 */ |
