mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-12 21:44:06 +08:00
staging: rtl8723au: Remove unused enum odm_security
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1de36ec316
commit
07a4b1b1bc
@ -516,16 +516,6 @@ enum odm_sec_chnl_offset {
|
||||
ODM_ABOVE = 2
|
||||
};
|
||||
|
||||
/* ODM_CMNINFO_SEC_MODE */
|
||||
enum odm_security {
|
||||
ODM_SEC_OPEN = 0,
|
||||
ODM_SEC_WEP40 = 1,
|
||||
ODM_SEC_TKIP = 2,
|
||||
ODM_SEC_RESERVE = 3,
|
||||
ODM_SEC_AESCCMP = 4,
|
||||
ODM_SEC_WEP104 = 5,
|
||||
};
|
||||
|
||||
/* ODM_CMNINFO_BW */
|
||||
enum odm_band_width {
|
||||
ODM_BW20M = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user