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

staging: rtl8192e: rename charData to char_data in ba_param_set union

parent 62964172
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ union sequence_control {
};
};


union ba_param_set {
union ba_param_set {
	u8 charData[2];
	u8 char_data[2];
	u16 shortData;
	u16 shortData;
	struct {
	struct {
		u16 AMSDU_Support:1;
		u16 AMSDU_Support:1;