aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mt76/patches/001-backport_ieee80211_hw_set.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mt76/patches/001-backport_ieee80211_hw_set.patch')
-rw-r--r--package/kernel/mt76/patches/001-backport_ieee80211_hw_set.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/kernel/mt76/patches/001-backport_ieee80211_hw_set.patch b/package/kernel/mt76/patches/001-backport_ieee80211_hw_set.patch
deleted file mode 100644
index e94574dc43..0000000000
--- a/package/kernel/mt76/patches/001-backport_ieee80211_hw_set.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/init.c
-+++ b/init.c
-@@ -16,6 +16,9 @@
- #include "eeprom.h"
- #include "mcu.h"
-
-+#define ieee80211_hw_set(hw, flag) \
-+ do { (hw)->flags |= IEEE80211_HW_##flag; } while(0)
-+
- static bool
- mt76_wait_for_mac(struct mt76_dev *dev)
- {