mirror of https://gitee.com/openkylin/linux.git
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:
parent
ca58fb3037
commit
f4e54708bc
|
@ -27,7 +27,6 @@ rt2860sta-objs := \
|
||||||
common/spectrum.o \
|
common/spectrum.o \
|
||||||
common/rtmp_timer.o \
|
common/rtmp_timer.o \
|
||||||
common/rt_channel.o \
|
common/rt_channel.o \
|
||||||
common/cmm_profile.o \
|
|
||||||
common/cmm_asic.o \
|
common/cmm_asic.o \
|
||||||
sta/assoc.o \
|
sta/assoc.o \
|
||||||
sta/auth.o \
|
sta/auth.o \
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -2451,17 +2451,6 @@ NDIS_STATUS RTMPAllocAdapterBlock(
|
||||||
NDIS_STATUS RTMPAllocTxRxRingMemory(
|
NDIS_STATUS RTMPAllocTxRxRingMemory(
|
||||||
IN PRTMP_ADAPTER pAd);
|
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(
|
VOID RTMPFreeAdapter(
|
||||||
IN PRTMP_ADAPTER pAd);
|
IN PRTMP_ADAPTER pAd);
|
||||||
|
|
||||||
|
@ -4628,33 +4617,10 @@ VOID BARecSessionTearDown(
|
||||||
BOOLEAN ba_reordering_resource_init(PRTMP_ADAPTER pAd, int num);
|
BOOLEAN ba_reordering_resource_init(PRTMP_ADAPTER pAd, int num);
|
||||||
void ba_reordering_resource_release(PRTMP_ADAPTER pAd);
|
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(
|
PSTRING rstrtok(
|
||||||
IN PSTRING s,
|
IN PSTRING s,
|
||||||
IN const PSTRING ct);
|
IN const PSTRING ct);
|
||||||
|
|
||||||
int rtinet_aton(
|
|
||||||
const PSTRING cp,
|
|
||||||
unsigned int *addr);
|
|
||||||
|
|
||||||
////////// common ioctl functions //////////
|
////////// common ioctl functions //////////
|
||||||
INT SetCommonHT(
|
INT SetCommonHT(
|
||||||
IN PRTMP_ADAPTER pAd);
|
IN PRTMP_ADAPTER pAd);
|
||||||
|
|
|
@ -28,7 +28,6 @@ rt2870sta-objs := \
|
||||||
common/spectrum.o \
|
common/spectrum.o \
|
||||||
common/rtmp_timer.o \
|
common/rtmp_timer.o \
|
||||||
common/rt_channel.o \
|
common/rt_channel.o \
|
||||||
common/cmm_profile.o \
|
|
||||||
common/cmm_asic.o \
|
common/cmm_asic.o \
|
||||||
sta/assoc.o \
|
sta/assoc.o \
|
||||||
sta/auth.o \
|
sta/auth.o \
|
||||||
|
|
Loading…
Reference in New Issue