From 923a5cc674fe86bc4ef870fca5fba752d13d8592 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 16 Oct 2008 21:06:30 +0000 Subject: remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12992 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../madwifi/patches-testing/333-hal_init_msg.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 package/madwifi/patches-testing/333-hal_init_msg.patch (limited to 'package/madwifi/patches-testing/333-hal_init_msg.patch') diff --git a/package/madwifi/patches-testing/333-hal_init_msg.patch b/package/madwifi/patches-testing/333-hal_init_msg.patch deleted file mode 100644 index 1369dcfc1..000000000 --- a/package/madwifi/patches-testing/333-hal_init_msg.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/ath_hal/ah_os.c -+++ b/ath_hal/ah_os.c -@@ -1136,9 +1136,6 @@ - * Module glue. - */ - #include "version.h" --#if 0 --static char *dev_info = "ath_hal"; --#endif - - MODULE_AUTHOR("Errno Consulting, Sam Leffler"); - MODULE_DESCRIPTION("Atheros Hardware Access Layer (HAL)"); -@@ -1172,7 +1169,7 @@ - static int __init - init_ath_hal(void) - { -- const char *sep; -+ const char *sep = ""; - int i; - #ifdef MMIOTRACE - kmmio_logmsg = _kmmio_logmsg; -@@ -1181,7 +1178,7 @@ - ifxmips_emulate = ifxmips_has_brn_block(); - #endif - -- sep = ""; -+ printk(KERN_INFO "hal: %s (", ath_hal_version); - for (i = 0; ath_hal_buildopts[i] != NULL; i++) { - printk("%s%s", sep, ath_hal_buildopts[i]); - sep = ", "; -- cgit v1.2.3