summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_HT.h
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2015-06-15 21:05:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-17 21:35:01 -0700
commitbcf5b92d9bbf0b7683199615f0f184e89fa486bc (patch)
tree09df6a6fbe5ed48d3ba34f3ef247afa0f0e2985c /drivers/staging/rtl8192e/rtl819x_HT.h
parentb27c7160c52bec835e4a439f29feecc0360f301e (diff)
downloadop-kernel-dev-bcf5b92d9bbf0b7683199615f0f184e89fa486bc.zip
op-kernel-dev-bcf5b92d9bbf0b7683199615f0f184e89fa486bc.tar.gz
staging: rtl8192e: Remove rt_hi_throughput::ChnkOp
Field was initialized and never used. This patch also removes chnl_op enum that was only referenced by ChnkOp init code. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl819x_HT.h')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_HT.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h
index 0535810..0c263d9 100644
--- a/drivers/staging/rtl8192e/rtl819x_HT.h
+++ b/drivers/staging/rtl8192e/rtl819x_HT.h
@@ -37,13 +37,6 @@ enum ht_extchnl_offset {
HT_EXTCHNL_OFFSET_LOWER = 3,
};
-enum chnl_op {
- CHNLOP_NONE = 0,
- CHNLOP_SCAN = 1,
- CHNLOP_SWBW = 2,
- CHNLOP_SWCHNL = 3,
-};
-
struct ht_capab_ele {
u8 AdvCoding:1;
@@ -173,7 +166,6 @@ struct rt_hi_throughput {
u8 PeerBandwidth;
u8 bSwBwInProgress;
- enum chnl_op ChnlOp;
u8 SwBwStep;
u8 bRegRT2RTAggregation;
OpenPOWER on IntegriCloud