Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b8857a3bb93a94230fd205be784b01fa1932c47
Commit:     8b8857a3bb93a94230fd205be784b01fa1932c47
Parent:     fd8bacc98027aa077ffbf2ecb0c3e930325b01a4
Author:     Johannes Berg <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 22 00:16:14 2007 +0200
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Tue Jul 17 21:50:20 2007 -0400

    [PATCH] mac80211: regdomain.c needs to include ieee80211_i.h
    
    Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 net/mac80211/regdomain.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/mac80211/regdomain.c b/net/mac80211/regdomain.c
index 32e5dca..b697a2a 100644
--- a/net/mac80211/regdomain.c
+++ b/net/mac80211/regdomain.c
@@ -32,6 +32,7 @@
 #include <linux/module.h>
 #include <linux/netdevice.h>
 #include <net/mac80211.h>
+#include "ieee80211_i.h"
 
 static int ieee80211_regdom = 0x10; /* FCC */
 module_param(ieee80211_regdom, int, 0444);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to