Add a suffix to onoe and amrr rate sysctl names entries, so that they do not conflict
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 12 Jun 2008 02:09:59 +0000 (02:09 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 12 Jun 2008 02:09:59 +0000 (02:09 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3719 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath_rate/amrr/amrr.c
ath_rate/onoe/onoe.c

index e9a7264d5a2d7d5f6326dc8cd9ee4ee514e05dd1..725291d53ccfa4c30b5119094d964d134b20b397 100644 (file)
@@ -520,7 +520,7 @@ static ctl_table ath_rate_static_sysctls[] = {
 };
 static ctl_table ath_rate_table[] = {
        { .ctl_name     = CTL_AUTO,
-         .procname     = "rate",
+         .procname     = "rate_amrr",
          .mode         = 0555,
          .child        = ath_rate_static_sysctls
        }, { 0 }
index 4a41c4952f5d97b8636b0a392b277350510c34ab..a4efabc926b0ae34d6beb2dbd7ff9257662a6258 100644 (file)
@@ -467,7 +467,7 @@ static ctl_table ath_rate_static_sysctls[] = {
 };
 static ctl_table ath_rate_table[] = {
        { .ctl_name     = CTL_AUTO,
-         .procname     = "rate",
+         .procname     = "rate_onoe",
          .mode         = 0555,
          .child        = ath_rate_static_sysctls
        }, { 0 }