staging: rtl8723au: Remove unnecessary else if
Removed the unnecessary else if condition as it has only one comment inside it and do not have an FIXME or TODO comment near to it too. Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a5a89d7a84
commit
029bf13814
|
@ -850,7 +850,6 @@ static int rtw_cfg80211_set_encryption(struct net_device *dev, u8 key_index,
|
|||
dot11PrivacyAlgrthm;
|
||||
}
|
||||
}
|
||||
} else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) { /* adhoc mode */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue