aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Safonov <[email protected]>2016-09-03 22:30:15 +0700
committerGreg Kroah-Hartman <[email protected]>2016-09-12 11:23:21 +0200
commitbbd8a4584235c5492209d79ebcaa7c817585c1ba (patch)
treee8328b5e57e831d3e0c765f2d962dd73f3fe58fa
parent329473af1b4015d5e2a2a64e7e030a01a985a146 (diff)
staging: r8188eu: remove phostapdpriv member of struct adapter
phostapdpriv does not used. Signed-off-by: Ivan Safonov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 1190e98c7017..32b46128075d 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -184,10 +184,6 @@ struct adapter {
struct eeprom_priv eeprompriv;
struct led_priv ledpriv;
-#ifdef CONFIG_88EU_AP_MODE
- struct hostapd_priv *phostapdpriv;
-#endif
-
void *HalData;
struct hal_ops HalFunc;