Skip to content

Commit

Permalink
Staging: rt28x0: remove support for private driver parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 4c96e89 commit 782f111
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 109 deletions.
1 change: 0 additions & 1 deletion drivers/staging/rt2860/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ rt2860sta-objs := \
sta/connect.o \
sta/wpa.o \
rt_linux.o \
rt_profile.o \
rt_main_dev.o \
sta_ioctl.o \
common/ba_action.o \
Expand Down
9 changes: 0 additions & 9 deletions drivers/staging/rt2860/common/rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3439,16 +3439,7 @@ int rt28xx_init(
goto err3;
}

// Read parameters from Config File
Status = RTMPReadParametersHook(pAd);

DBGPRINT(RT_DEBUG_OFF, ("1. Phy Mode = %d\n", pAd->CommonCfg.PhyMode));
if (Status != NDIS_STATUS_SUCCESS)
{
DBGPRINT_ERR(("NICReadRegParameters failed, Status[=0x%08x]\n",Status));
// goto err4;
Status = 0;
}

#ifdef RTMP_MAC_USB
pAd->CommonCfg.bMultipleIRP = FALSE;
Expand Down
95 changes: 0 additions & 95 deletions drivers/staging/rt2860/rt_profile.c

This file was deleted.

3 changes: 0 additions & 3 deletions drivers/staging/rt2860/rtmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2453,9 +2453,6 @@ NDIS_STATUS RTMPAllocAdapterBlock(
NDIS_STATUS RTMPAllocTxRxRingMemory(
IN PRTMP_ADAPTER pAd);

NDIS_STATUS RTMPReadParametersHook(
IN PRTMP_ADAPTER pAd);

NDIS_STATUS RTMPSetProfileParameters(
IN RTMP_ADAPTER *pAd,
IN PSTRING pBuffer);
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rt2870/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ rt2870sta-objs := \
sta/connect.o \
sta/wpa.o \
rt_linux.o \
rt_profile.o \
rt_main_dev.o \
sta_ioctl.o \
common/ba_action.o \
Expand Down

0 comments on commit 782f111

Please sign in to comment.