diff options
author | Michael Straube <straube.linux@gmail.com> | 2022-01-02 14:11:37 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-03 14:31:08 +0100 |
commit | 6e5499917bf2bfccdeb1f5d993aab19a77bf61dc (patch) | |
tree | d76f1f850d1230df0dd3d87fec883c49b9f2b9d3 /drivers/staging | |
parent | d23d390a5c7545dc0233ae48e3a35053cfa8a52b (diff) | |
download | linux-6e5499917bf2bfccdeb1f5d993aab19a77bf61dc.tar.gz linux-6e5499917bf2bfccdeb1f5d993aab19a77bf61dc.tar.bz2 linux-6e5499917bf2bfccdeb1f5d993aab19a77bf61dc.zip |
staging: r8188eu: struct odm_sta_info is not used
The structure odm_sta_info is not used. Remove it.
Acked-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220102131141.12310-8-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/r8188eu/include/odm.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/r8188eu/include/odm.h b/drivers/staging/r8188eu/include/odm.h index d81aff9c9467..23a151c558dc 100644 --- a/drivers/staging/r8188eu/include/odm.h +++ b/drivers/staging/r8188eu/include/odm.h @@ -116,22 +116,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 { |