Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
76fe8b32 ffc2ab44

-11
-11
drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
··· 99 99 RA_OFFSET_HT_CCK, 100 100 }; 101 101 102 - /* BB/RF related */ 103 - enum RF_TYPE_8190P { 104 - RF_TYPE_MIN, /* 0 */ 105 - RF_8225 = 1, /* 1 11b/g RF for verification only */ 106 - RF_8256 = 2, /* 2 11b/g/n */ 107 - RF_8258 = 3, /* 3 11a/b/g/n RF */ 108 - RF_6052 = 4, /* 4 11b/g/n RF */ 109 - /* TODO: We should remove this psudo PHY RF after we get new RF. */ 110 - RF_PSEUDO_11N = 5, /* 5, It is a temporality RF. */ 111 - }; 112 - 113 102 struct bb_reg_def { 114 103 u32 rfintfs; /* set software control: */ 115 104 /* 0x870~0x877[8 bytes] */