summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2008-12-08 23:21:11 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2008-12-08 23:21:11 +0100
commit314e9546f7f2928f20010cee236599c5aefc0818 (patch)
tree3dd6aa363cb7ac71c1e8cfb3314c2d94c116b4f7 /patches
parent9a18a57ec01947b8f0698cd661dfdf385f0b4ea2 (diff)
'upgpkg update to new kernel, removed old patch'
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)