Commit cbc045bb authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Remove written but unevaluated variable ucUP

parent a50c4bfa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ union qos_tsinfo {
	struct {
		u8		ucTSID:4;
		u8		ucDirection:2;
		u8		ucUP:3;
	} field;
};

+0 −1
Original line number Diff line number Diff line
@@ -320,7 +320,6 @@ bool rtllib_get_ts(struct rtllib_device *ieee, struct ts_common_info **ppTS,
			   UP, Dir, addr, *ppTS);
		ts_info->field.ucTSID = UP;
		ts_info->field.ucDirection = Dir;
		ts_info->field.ucUP = UP;

		MakeTSEntry(*ppTS, addr, &TSpec, NULL, 0, 0);
		list_add_tail(&((*ppTS)->List), pAddmitList);