Commit d6afdc53 authored by William Durand's avatar William Durand Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: rename shortData to short_data in delba_param_set union

parent ca3301b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ union ba_param_set {

union delba_param_set {
	u8 char_data[2];
	u16 shortData;
	u16 short_data;
	struct {
		u16 Reserved:11;
		u16 Initiator:1;
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ static struct sk_buff *rtllib_DELBA(struct rtllib_device *ieee, u8 *dst,
	*tag++ = ACT_DELBA;


	put_unaligned_le16(DelbaParamSet.shortData, tag);
	put_unaligned_le16(DelbaParamSet.short_data, tag);
	tag += 2;

	put_unaligned_le16(ReasonCode, tag);