diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2014-05-09 15:04:28 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-15 13:12:03 -0700 |
commit | 9f409937549b1018cb8fafcb8db22ea029498b20 (patch) | |
tree | 79ceb231a399e5559d4429fcf9b691f62188bcf4 | |
parent | 299bcd779aefaca87401b6da7d676b66ee470b60 (diff) |
staging: rtl8723au: Remove unused variable IOTPeer
For bizarre reason we have unused variables IOTPeer both in struct
sta_info and struct odm_sta_info.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8723au/include/odm.h | 1 | ||||
-rw-r--r-- | drivers/staging/rtl8723au/include/sta_info.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723au/include/odm.h b/drivers/staging/rtl8723au/include/odm.h index df1c86754566..45c2ef50993a 100644 --- a/drivers/staging/rtl8723au/include/odm.h +++ b/drivers/staging/rtl8723au/include/odm.h @@ -298,7 +298,6 @@ enum { 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 */ diff --git a/drivers/staging/rtl8723au/include/sta_info.h b/drivers/staging/rtl8723au/include/sta_info.h index 3bd8f44895c9..10d933e0939b 100644 --- a/drivers/staging/rtl8723au/include/sta_info.h +++ b/drivers/staging/rtl8723au/include/sta_info.h @@ -211,7 +211,6 @@ struct sta_info { /* */ /* Driver Write */ u8 bValid; /* record the sta status link or not? */ - u8 IOTPeer; /* Enum value. HT_IOT_PEER_E */ u8 rssi_level; /* for Refresh RA mask */ /* ODM Write */ /* 1 PHY_STATUS_INFO */ |