mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 14:03:05 +00:00
rtl8188eu: Remove dead code for IS_HARDWARE_TYPE_
The 8188eu is an 802.11n device. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0c57c68d3e
commit
e9184bd34c
23 changed files with 31 additions and 2034 deletions
|
@ -683,10 +683,6 @@ u8 query_ra_short_GI(struct sta_info *psta, u8 bw)
|
|||
u8 sgi = _FALSE, sgi_20m = _FALSE, sgi_40m = _FALSE, sgi_80m = _FALSE;
|
||||
|
||||
#ifdef CONFIG_80211N_HT
|
||||
#ifdef CONFIG_80211AC_VHT
|
||||
if (psta->vhtpriv.vht_option)
|
||||
sgi_80m = psta->vhtpriv.sgi_80m;
|
||||
#endif
|
||||
sgi_20m = psta->htpriv.sgi_20m;
|
||||
sgi_40m = psta->htpriv.sgi_40m;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue