Commit 416696e6 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove unused struct rf_shadow

parent 5c0779ae
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -29,27 +29,6 @@
#include "../include/drv_types.h"
#include "../include/rtl8188e_hal.h"

/*---------------------------Define Local Constant---------------------------*/
/*  Define local structure for debug!!!!! */
struct rf_shadow {
	/*  Shadow register value */
	u32 Value;
	/*  Compare or not flag */
	u8 Compare;
	/*  Record If it had ever modified unpredicted */
	u8 ErrorOrNot;
	/*  Recorver Flag */
	u8 Recorver;
	/*  */
	u8 Driver_Write;
};

/*---------------------------Define Local Constant---------------------------*/

/*------------------------Define global variable-----------------------------*/

/*------------------------Define local variable------------------------------*/

/*-----------------------------------------------------------------------------
 * Function:    PHY_RF6052SetBandwidth()
 *