Commit f4e54708 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman

Staging: rt28x0: remove optional cmm profile parameters

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ca58fb30
......@@ -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 \
......
This diff is collapsed.
......@@ -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);
......
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment