lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 12 Dec 2006 12:52:36 -0500
From:	Michael Wu <flamingice@...rmilk.net>
To:	John Linville <linville@...driver.com>
Cc:	Jiri Benc <jbenc@...e.cz>, netdev@...r.kernel.org
Subject: [PATCH 1/3] d80211: fix wep.c breakage

d80211: fix wep.c breakage

This patch fixes wep.c, which was broken by Al Viro's severing
skbuff.h -> mm.h patch.

Signed-off-by: Michael Wu <flamingice@...rmilk.net>
---

 net/d80211/wep.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/d80211/wep.c b/net/d80211/wep.c
index dee8eae..6a96ade 100644
--- a/net/d80211/wep.c
+++ b/net/d80211/wep.c
@@ -15,6 +15,7 @@
 #include <linux/crc32.h>
 #include <linux/crypto.h>
 #include <linux/err.h>
+#include <linux/mm.h>
 #include <asm/scatterlist.h>
 
 #include <net/d80211.h>

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists