// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2014 Felix Fietkau <[email protected]> */ #include "mt7601u.h" void mt76_remove_hdr_pad(struct sk_buff *skb) { … } int mt76_insert_hdr_pad(struct sk_buff *skb) { … }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2014 Felix Fietkau <[email protected]> */ #include "mt7601u.h" void mt76_remove_hdr_pad(struct sk_buff *skb) { … } int mt76_insert_hdr_pad(struct sk_buff *skb) { … }