lkml.org 
[lkml]   [2018]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 7/8] staging: rtl8192u: Correct if statement - Coding Style
    Date
    Corrected the coding style of if statement.

    Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
    ---
    drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
    index 03ec7e6373c6..2643312625dd 100644
    --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
    +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
    @@ -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;
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-06-24 11:59    [W:5.540 / U:0.252 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site