Skip to content

Commit

Permalink
staging: r8712u: Merging Realtek's latest (v2.6.6). No power tracking…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Ali Bahar authored and Greg Kroah-Hartman committed Sep 7, 2011
1 parent 29e7549 commit ac9bfc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/rtl8712/rtl871x_mp_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ static struct mp_ioctl_handler mp_ioctl_hdl[] = {
{sizeof(struct psmode_param), NULL, 0},/*13*/
{sizeof(struct eeprom_rw_param), NULL, 0},/*14*/
{sizeof(struct eeprom_rw_param), NULL, 0},/*15*/
{sizeof(u8), oid_rt_pro_set_power_tracking_hdl,
OID_RT_PRO_SET_POWER_TRACKING},/*16*/
{sizeof(unsigned char), NULL, 0},/*16*/
{sizeof(u32), NULL, 0},/*17*/
{sizeof(u32), oid_rt_pro_set_continuous_tx_hdl,
OID_RT_PRO_SET_CONTINUOUS_TX},/*18*/
Expand Down

0 comments on commit ac9bfc1

Please sign in to comment.