staging: rtl8192u: Correct if statement - Coding Style
Corrected the coding style of if statement. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dff1157638
commit
c8cf478ab7
|
@ -732,7 +732,7 @@ void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg,
|
|||
section of code.
|
||||
if(IS_UNDER_11N_AES_MODE(Adapter))
|
||||
{
|
||||
posRT2RTAgg->Octet[5] |=RT_HT_CAP_USE_AMPDU;
|
||||
posRT2RTAgg->Octet[5] |= RT_HT_CAP_USE_AMPDU;
|
||||
}else
|
||||
{
|
||||
posRT2RTAgg->Octet[5] &= 0xfb;
|
||||
|
|
Loading…
Reference in New Issue