Commit 12e26a3e authored by Wen-chien Jesse Sung's avatar Wen-chien Jesse Sung Committed by Stefan Bader

Revert "UBUNTU: SAUCE: mwifiex: do not dereference invalid pointer"

BugLink: https://launchpad.net/bugs/1769671

This reverts the workaround commit 8a034f97
for integrating the fix.
Signed-off-by: default avatarWen-chien Jesse Sung <jesse.sung@canonical.com>
Acked-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
Acked-by: default avatarPo-Hsu Lin <po-hsu.lin@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent b09a719f
......@@ -324,9 +324,7 @@ mwifiex_get_cfp(struct mwifiex_private *priv, u8 band, u16 channel, u32 freq)
if (mwifiex_band_to_radio_type(band) == HostCmd_SCAN_RADIO_TYPE_BG)
sband = priv->wdev.wiphy->bands[IEEE80211_BAND_2GHZ];
else
sband = priv->wdev.wiphy ?
priv->wdev.wiphy->bands[IEEE80211_BAND_5GHZ] :
NULL;
sband = priv->wdev.wiphy->bands[IEEE80211_BAND_5GHZ];
if (!sband) {
mwifiex_dbg(priv->adapter, ERROR,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment