net: mac802154: Save a global error code on transmissions
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 7 Apr 2022 10:08:56 +0000 (12:08 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 25 Apr 2022 18:51:12 +0000 (20:51 +0200)
So far no error is returned from a failing transmission. However it
might sometimes be useful, and particularly easy to use during sync
transfers (for certain MLME commands). Let's create an internal variable
for that, global to the device. Right now only success are registered,
which is rather useless, but soon we will have more situations filling
this field.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20220407100903.1695973-4-miquel.raynal@bootlin.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
net/mac802154/ieee802154_i.h
net/mac802154/util.c

index 702560acc8ce01fdf956edc65b50518ba40152e1..1381e6a5e1800b5b20ff5b42aec420e8c4336118 100644 (file)
@@ -56,6 +56,8 @@ struct ieee802154_local {
 
        struct sk_buff *tx_skb;
        struct work_struct tx_work;
+       /* A negative Linux error code or a null/positive MLME error status */
+       int tx_result;
 };
 
 enum {
index f2078238718bb708ec94b6c9fdc1a0f75fbd67b7..0bf46f174de33850bb882961c116a2144fb0cb10 100644 (file)
@@ -58,8 +58,11 @@ enum hrtimer_restart ieee802154_xmit_ifs_timer(struct hrtimer *timer)
 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb,
                              bool ifs_handling)
 {
+       struct ieee802154_local *local = hw_to_local(hw);
+
+       local->tx_result = IEEE802154_SUCCESS;
+
        if (ifs_handling) {
-               struct ieee802154_local *local = hw_to_local(hw);
                u8 max_sifs_size;
 
                /* If transceiver sets CRC on his own we need to use lifs