mac802154: remove aack hw flag
[firefly-linux-kernel-4.4.55.git] / include / net / mac802154.h
index 845e4f88a33e48af99c22fba0066f7498bb60d8a..a20ba28ad9c58df1d7c26d97dc9323d70b76486d 100644 (file)
@@ -90,8 +90,6 @@ struct ieee802154_hw {
 
 /* Indicates that xmitter will add FCS on it's own. */
 #define IEEE802154_HW_TX_OMIT_CKSUM    0x00000001
-/* Indicates that receiver will autorespond with ACK frames. */
-#define IEEE802154_HW_AACK             0x00000002
 /* Indicates that transceiver will support listen before transmit. */
 #define IEEE802154_HW_LBT              0x00000004
 /* Indicates that transceiver will support csma (max_be, min_be, csma retries)