staging: rtl8192e: Remove dead code associated with SUPPORT_USPD
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
94114a5ad7
commit
0252596966
1 changed files with 0 additions and 8 deletions
|
|
@ -119,15 +119,7 @@ void rtllib_WMM_Info(struct rtllib_device *ieee, u8 **tag_p) {
|
|||
*tag++ = 0x02;
|
||||
*tag++ = 0x00;
|
||||
*tag++ = 0x01;
|
||||
#ifdef SUPPORT_USPD
|
||||
if (ieee->current_network.wmm_info & 0x80) {
|
||||
*tag++ = 0x0f|MAX_SP_Len;
|
||||
} else {
|
||||
*tag++ = MAX_SP_Len;
|
||||
}
|
||||
#else
|
||||
*tag++ = MAX_SP_Len;
|
||||
#endif
|
||||
*tag_p = tag;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue