summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJes Sorensen2014-05-09 15:04:28 +0200
committerGreg Kroah-Hartman2014-05-15 22:12:03 +0200
commit9f409937549b1018cb8fafcb8db22ea029498b20 (patch)
tree79ceb231a399e5559d4429fcf9b691f62188bcf4
parentstaging: rtl8723au: struct odm_mac_info isn't used (diff)
downloadkernel-qcow2-linux-9f409937549b1018cb8fafcb8db22ea029498b20.tar.gz
kernel-qcow2-linux-9f409937549b1018cb8fafcb8db22ea029498b20.tar.xz
kernel-qcow2-linux-9f409937549b1018cb8fafcb8db22ea029498b20.zip
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.h1
-rw-r--r--drivers/staging/rtl8723au/include/sta_info.h1
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 */