Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02525969 authored by Larry Finger's avatar Larry Finger
Browse files

staging: rtl8192e: Remove dead code associated with SUPPORT_USPD

parent 94114a5a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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;
}