From d04838f0a305136c39666a209eedee93f3dda49b Mon Sep 17 00:00:00 2001 From: XazZ Date: Mon, 14 Jan 2008 19:08:46 +0100 Subject: [PATCH] Updated version. This driver now works but it is UNSTABLE. Some limitations are: only 802.11a at 1 Mb/s, switching the channel is impossible (driver seems to do that automatically) --- acx_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acx_config.h b/acx_config.h index 918b543..d537ba0 100644 --- a/acx_config.h +++ b/acx_config.h @@ -2,7 +2,7 @@ #define CONFIG_ACX_MAC80211_PCI 1 //#define CONFIG_ACX_MAC80211_USB 1 -#define ACX_RELEASE "v0.3.37-mac80211" +#define ACX_RELEASE "v0.3.38-mac80211" /* set to 0 if you don't want any debugging code to be compiled in */ /* set to 1 if you want some debugging */ -- 2.11.4.GIT