Revert "Assign QCA vendor command and attribute for Tx/Rx aggregation"
authorSunil Dutt <usdutt@qti.qualcomm.com>
Tue, 22 Mar 2016 12:46:22 +0000 (18:16 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 31 Mar 2016 13:27:24 +0000 (16:27 +0300)
This reverts commit 4ca16b5fd71833d7d200167ba10b471cab7d049f.
Configuration for this will be done using a previously assigned more
generic command. This new command
QCA_NL80211_VENDOR_SUBCMD_SET_TXRX_AGGREGATION has not been used in any
driver version and won't be used, so the assigned command id can be
freed for future use.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 01a034d..f3d185e 100644 (file)
@@ -163,7 +163,6 @@ enum qca_nl80211_vendor_subcmds {
        /* 110..114 - reserved for QCA */
        QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB = 115,
        /* 116..118 - reserved for QCA */
-       QCA_NL80211_VENDOR_SUBCMD_SET_TXRX_AGGREGATION = 119,
 };
 
 
@@ -464,22 +463,4 @@ enum qca_vendor_attr_txpower_decr_db {
        QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST - 1
 };
 
-/**
- * enum qca_vendor_attr_tx_rx_aggr - Attributes for TX/RX aggregation
- *
- * These attributes are used with
- * QCA_NL80211_VENDOR_SUBCMD_SET_TXRX_AGGREGATION.
- */
-enum qca_vendor_attr_tx_rx_aggr {
-       QCA_WLAN_VENDOR_ATTR_TXRX_AGGREGATION_INVALID,
-       /* 8-bit unsigned value to configure the max TX / RX MPDU for
-        * aggregation */
-       QCA_WLAN_VENDOR_ATTR_TX_MPDU_AGGREGATION,
-       QCA_WLAN_VENDOR_ATTR_RX_MPDU_AGGREGATION,
-       /* keep last */
-       QCA_WLAN_VENDOR_ATTR_TXRX_AGGREGATION_AFTER_LAST,
-       QCA_WLAN_VENDOR_ATTR_TXRX_AGGREGATION_MAX =
-       QCA_WLAN_VENDOR_ATTR_TXRX_AGGREGATION_AFTER_LAST - 1
-};
-
 #endif /* QCA_VENDOR_H */