X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=net80211%2Fieee80211_linux.c;h=0f492ae1aa0fd802ba0d0b5daa45bfc9704cd617;hb=854dfb1ec8dc2332e721d993f5f4d6e9bc5720fb;hp=202a60a53b590ee4ec5994bca22d0515b693e701;hpb=6807bc078fbe831c476548c3d720051240ccebf1;p=madwifi%2F.git diff --git a/net80211/ieee80211_linux.c b/net80211/ieee80211_linux.c index 202a60a..0f492ae 100644 --- a/net80211/ieee80211_linux.c +++ b/net80211/ieee80211_linux.c @@ -104,6 +104,10 @@ static struct attribute_group ieee80211_attr_grp = { }; #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17) */ +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) +#define proc_net init_net.proc_net +#endif + /* * Print a console message with the device name prepended. */