summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Safonov2016-10-07 20:01:16 +0200
committerGreg Kroah-Hartman2016-10-16 10:25:23 +0200
commit76fe8b32b4251f18b6fe27e1df5cb33c2aeaa2ac (patch)
tree24277bfc410d7e47158766bf53e7673740523c64
parentstaging:r8188eu: remove rf_chip member of hal_data_8188e structure (diff)
downloadkernel-qcow2-linux-76fe8b32b4251f18b6fe27e1df5cb33c2aeaa2ac.tar.gz
kernel-qcow2-linux-76fe8b32b4251f18b6fe27e1df5cb33c2aeaa2ac.tar.xz
kernel-qcow2-linux-76fe8b32b4251f18b6fe27e1df5cb33c2aeaa2ac.zip
staging:r8188eu: remove RF_TYPE_8190P enumeration
This enumeration 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/Hal8188EPhyCfg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
index 0976a761b280..550ad62e7064 100644
--- a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
+++ b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
@@ -99,17 +99,6 @@ enum phy_rate_tx_offset_area {
RA_OFFSET_HT_CCK,
};
-/* BB/RF related */
-enum RF_TYPE_8190P {
- RF_TYPE_MIN, /* 0 */
- RF_8225 = 1, /* 1 11b/g RF for verification only */
- RF_8256 = 2, /* 2 11b/g/n */
- RF_8258 = 3, /* 3 11a/b/g/n RF */
- RF_6052 = 4, /* 4 11b/g/n RF */
- /* TODO: We should remove this psudo PHY RF after we get new RF. */
- RF_PSEUDO_11N = 5, /* 5, It is a temporality RF. */
-};
-
struct bb_reg_def {
u32 rfintfs; /* set software control: */
/* 0x870~0x877[8 bytes] */