mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
Reference in New Issue
Block a user