dect
/
linux-2.6
Archived
13
0
Fork 0

Staging: rt28x0: remove optional cmm profile parameters

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bartlomiej Zolnierkiewicz 2009-10-21 22:44:48 +02:00 committed by Greg Kroah-Hartman
parent ca58fb3037
commit f4e54708bc
4 changed files with 0 additions and 1805 deletions

View File

@ -27,7 +27,6 @@ rt2860sta-objs := \
common/spectrum.o \
common/rtmp_timer.o \
common/rt_channel.o \
common/cmm_profile.o \
common/cmm_asic.o \
sta/assoc.o \
sta/auth.o \

File diff suppressed because it is too large Load Diff

View File

@ -2451,17 +2451,6 @@ NDIS_STATUS RTMPAllocAdapterBlock(
NDIS_STATUS RTMPAllocTxRxRingMemory(
IN PRTMP_ADAPTER pAd);
NDIS_STATUS RTMPSetProfileParameters(
IN RTMP_ADAPTER *pAd,
IN PSTRING pBuffer);
INT RTMPGetKeyParameter(
IN PSTRING key,
OUT PSTRING dest,
IN INT destsize,
IN PSTRING buffer,
IN BOOLEAN bTrimSpace);
VOID RTMPFreeAdapter(
IN PRTMP_ADAPTER pAd);
@ -4628,33 +4617,10 @@ VOID BARecSessionTearDown(
BOOLEAN ba_reordering_resource_init(PRTMP_ADAPTER pAd, int num);
void ba_reordering_resource_release(PRTMP_ADAPTER pAd);
BOOLEAN rtstrmactohex(
IN PSTRING s1,
IN PSTRING s2);
BOOLEAN rtstrcasecmp(
IN PSTRING s1,
IN PSTRING s2);
PSTRING rtstrstruncasecmp(
IN PSTRING s1,
IN PSTRING s2);
PSTRING rtstrstr(
IN const PSTRING s1,
IN const PSTRING s2);
PSTRING rstrtok(
IN PSTRING s,
IN const PSTRING ct);
int rtinet_aton(
const PSTRING cp,
unsigned int *addr);
////////// common ioctl functions //////////
INT SetCommonHT(
IN PRTMP_ADAPTER pAd);

View File

@ -28,7 +28,6 @@ rt2870sta-objs := \
common/spectrum.o \
common/rtmp_timer.o \
common/rt_channel.o \
common/cmm_profile.o \
common/cmm_asic.o \
sta/assoc.o \
sta/auth.o \