606f8e3433
mt76 uses __skb_pad() with free_on_error set to true, this is the same
as calling skb_pad().
This patch does not change any functionality, but it makes it easier to
backport this driver in backports, because skb_pad() is also available
in older kernel versions.
Fixes:
|
||
---|---|---|
.. | ||
mt76 | ||
mt7601u | ||
Kconfig | ||
Makefile |