diff options
author | Ivan Safonov <insafonov@gmail.com> | 2016-08-24 15:23:12 +0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-01 18:01:42 +0200 |
commit | 36b010d0087aefd7d6f06a919ecd7d1511d05f57 (patch) | |
tree | 92787bdf3b65e7c3d0bc3e5b473ba616d69a0c6c | |
parent | 2e9ae71939bedb6a1d28c8756c8224eedc52096f (diff) | |
download | op-kernel-dev-36b010d0087aefd7d6f06a919ecd7d1511d05f57.zip op-kernel-dev-36b010d0087aefd7d6f06a919ecd7d1511d05f57.tar.gz |
staging: r8188eu: remove odm_sta_info structure
odm_sta_info structure does not used.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8188eu/include/odm.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/rtl8188eu/include/odm.h b/drivers/staging/rtl8188eu/include/odm.h index dbebf17..21fb4225 100644 --- a/drivers/staging/rtl8188eu/include/odm.h +++ b/drivers/staging/rtl8188eu/include/odm.h @@ -315,22 +315,6 @@ enum odm_ability { ODM_PSD2AFH = 0x00000800 }; -/* 2011/20/20 MH For MP driver RT_WLAN_STA = struct sta_info */ -/* Please declare below ODM relative info in your STA info structure. */ - -struct odm_sta_info { - /* Driver Write */ - bool bUsed; /* record the sta status link or not? */ - u8 IOTPeer; /* Enum value. HT_IOT_PEER_E */ - - /* ODM Write */ - /* 1 PHY_STATUS_INFO */ - u8 RSSI_Path[4]; /* */ - u8 RSSI_Ave; - u8 RXEVM[4]; - u8 RXSNR[4]; -}; - /* 2011/10/20 MH Define Common info enum for all team. */ enum odm_common_info_def { |