diff options
author | Alexander Aring | 2015-06-06 17:30:48 +0200 |
---|---|---|
committer | Marcel Holtmann | 2015-06-07 09:13:32 +0200 |
commit | f265be3d124a5b62e5a339685b6cfaa0292f1250 (patch) | |
tree | 64a8435adb63fafd5d197f0602d3201f0674bb40 /include/net/mac802154.h | |
parent | mac802154: cleanup address filtering flags (diff) | |
download | kernel-qcow2-linux-f265be3d124a5b62e5a339685b6cfaa0292f1250.tar.gz kernel-qcow2-linux-f265be3d124a5b62e5a339685b6cfaa0292f1250.tar.xz kernel-qcow2-linux-f265be3d124a5b62e5a339685b6cfaa0292f1250.zip |
mac802154: remove aack hw flag
This patch removes the hardware auto acknowdledge flag which indicates
that the transceiver supports this handling. This flag is never
evaluated inside mac802154 and all transceivers should support this
handling by default per hardware.
Suggested-by: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Varka Bhadram <varkabhadram@gmail.com>
Acked-by: Stefan Schmidt <stefan@osg.samsung.com>
Acked-by: Varka Bhadram <varkabhadram@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/mac802154.h')
-rw-r--r-- | include/net/mac802154.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/mac802154.h b/include/net/mac802154.h index 845e4f88a33e..a20ba28ad9c5 100644 --- a/include/net/mac802154.h +++ b/include/net/mac802154.h @@ -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) |