mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
7dd43d356e
When ops->xmit() fails, drop the packet. Devices which support hardware ack and retry (which include all devices currently supported by mainline), will automatically retry sending the packet (in the hardware) up to 3 times, per the 802.15.4 spec. There is no need, and it is incorrect to try to do it in mac802154. Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
ieee802154_dev.c | ||
Kconfig | ||
mac802154.h | ||
mac_cmd.c | ||
Makefile | ||
mib.c | ||
monitor.c | ||
rx.c | ||
tx.c | ||
wpan.c |