diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-18 22:57:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-18 22:57:30 +0000 |
commit | 04ce7928c6f6f644f5619e6617bf0aa86826abf9 (patch) | |
tree | 7cb89031f6019a89c115b7ad4ffaf1975f5bd699 /package/madwifi/patches-testing/333-hal_init_msg.patch | |
parent | 7c01a83c1b9d2c1577079de95e38ea84e1892935 (diff) |
rename patches-r3776 to patches-testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches-testing/333-hal_init_msg.patch')
-rw-r--r-- | package/madwifi/patches-testing/333-hal_init_msg.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package/madwifi/patches-testing/333-hal_init_msg.patch b/package/madwifi/patches-testing/333-hal_init_msg.patch new file mode 100644 index 0000000000..1369dcfc19 --- /dev/null +++ b/package/madwifi/patches-testing/333-hal_init_msg.patch @@ -0,0 +1,30 @@ +--- 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 = ", "; |