Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: r8712u: Merging Realtek's latest (v2.6.6). No power tracking OID.

The call to oid_rt_pro_set_power_tracking_hdl() is no longer available.
The function's definition remains, though it is currently unused.

Signed-off-by: Ali Bahar <ali@internetDog.org>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ali Bahar and committed by
Greg Kroah-Hartman
ac9bfc14 29e75494

+1 -2
+1 -2
drivers/staging/rtl8712/rtl871x_mp_ioctl.h
··· 434 434 {sizeof(struct psmode_param), NULL, 0},/*13*/ 435 435 {sizeof(struct eeprom_rw_param), NULL, 0},/*14*/ 436 436 {sizeof(struct eeprom_rw_param), NULL, 0},/*15*/ 437 - {sizeof(u8), oid_rt_pro_set_power_tracking_hdl, 438 - OID_RT_PRO_SET_POWER_TRACKING},/*16*/ 437 + {sizeof(unsigned char), NULL, 0},/*16*/ 439 438 {sizeof(u32), NULL, 0},/*17*/ 440 439 {sizeof(u32), oid_rt_pro_set_continuous_tx_hdl, 441 440 OID_RT_PRO_SET_CONTINUOUS_TX},/*18*/