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

Staging: rt2860: remove dead WSC_AP_SUPPORT code

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ecb5754b
...@@ -2549,10 +2549,6 @@ typedef struct _APCLI_STRUCT { ...@@ -2549,10 +2549,6 @@ typedef struct _APCLI_STRUCT {
UCHAR SNonce[32]; // SNonce for WPA-PSK UCHAR SNonce[32]; // SNonce for WPA-PSK
UCHAR GNonce[32]; // GNonce for WPA-PSK from authenticator UCHAR GNonce[32]; // GNonce for WPA-PSK from authenticator
#ifdef WSC_AP_SUPPORT
WSC_CTRL WscControl;
#endif // WSC_AP_SUPPORT //
HTTRANSMIT_SETTING HTPhyMode, MaxHTPhyMode, MinHTPhyMode; HTTRANSMIT_SETTING HTPhyMode, MaxHTPhyMode, MinHTPhyMode;
RT_HT_PHY_INFO DesiredHtPhyInfo; RT_HT_PHY_INFO DesiredHtPhyInfo;
BOOLEAN bAutoTxRateSwitch; BOOLEAN bAutoTxRateSwitch;
......
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