drivers/ieee802154: KW41Z drivers is missing hw ACK caps
ACK frames are handled on hardware level, so let's expose this capability in order to avoid L2 waiting for these. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
69e69b7f93
commit
50990cdfaf
1 changed files with 2 additions and 1 deletions
|
@ -345,7 +345,8 @@ static enum ieee802154_hw_caps kw41z_get_capabilities(struct device *dev)
|
||||||
{
|
{
|
||||||
return IEEE802154_HW_FCS |
|
return IEEE802154_HW_FCS |
|
||||||
IEEE802154_HW_2_4_GHZ |
|
IEEE802154_HW_2_4_GHZ |
|
||||||
IEEE802154_HW_FILTER;
|
IEEE802154_HW_FILTER |
|
||||||
|
IEEE802154_HW_TX_RX_ACK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int kw41z_cca(struct device *dev)
|
static int kw41z_cca(struct device *dev)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue