summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/fix-hostap.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/fix-hostap.patch b/patches/fix-hostap.patch
deleted file mode 100644
index 844b8f0..0000000
--- a/patches/fix-hostap.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- everything.orig/drivers/net/wireless/hostap/hostap_wlan.h 2008-10-24
-16:27:46.000000000 +0200
-+++ everything/drivers/net/wireless/hostap/hostap_wlan.h 2008-10-24
-16:29:17.000000000 +0200
-@@ -918,9 +918,12 @@ struct hostap_interface {
-
- /*
- * TX meta data - stored in skb->cb buffer, so this must not be increased over
-- * the 40-byte limit
-+ * the 48-byte limit.
-+ * THE PADDING THIS STARTS WITH IS A HORRIBLE HACK THAT SHOULD NOT LIVE
-+ * TO SEE THE DAY.
- */
- struct hostap_skb_tx_data {
-+ unsigned int __padding_for_default_qdiscs;
- u32 magic; /* HOSTAP_SKB_TX_DATA_MAGIC */
- u8 rate; /* transmit rate */
- #define HOSTAP_TX_FLAGS_WDS BIT(0)