staging: rtl8188eu: remove blank lines
Remove blank lines to reduce whitespace and improve readability. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20191015154535.27979-3-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ec26697cd9
commit
5ffa18ec0b
|
@ -749,11 +749,9 @@ void HTOnAssocRsp(struct adapter *padapter)
|
|||
* AMPDU_para [4:2]:Min MPDU Start Spacing
|
||||
*/
|
||||
max_ampdu_len = pmlmeinfo->HT_caps.ampdu_params_info & 0x03;
|
||||
|
||||
min_mpdu_spacing = (pmlmeinfo->HT_caps.ampdu_params_info & 0x1c) >> 2;
|
||||
|
||||
rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_MIN_SPACE, &min_mpdu_spacing);
|
||||
|
||||
rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, &max_ampdu_len);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue