net: ieee802154: Fix a small indentation issue
Change-Id: Ief85662c4355f0cd03b08f23bfcea535a70a101d Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
3e23b2b824
commit
476d1d33dc
@ -36,7 +36,7 @@ static inline int csma_ca_tx_fragment(struct net_if *iface,
|
||||
struct ieee802154_context *ctx = net_if_l2_data(iface);
|
||||
struct ieee802154_radio_api *radio =
|
||||
(struct ieee802154_radio_api *)iface->dev->driver_api;
|
||||
bool ack_required = prepare_for_ack(ctx, buf);
|
||||
bool ack_required = prepare_for_ack(ctx, buf);
|
||||
uint8_t be = CONFIG_NET_L2_IEEE802154_RADIO_CSMA_CA_MIN_BE;
|
||||
uint8_t nb = 0;
|
||||
int ret = -EIO;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user