Add a suffix to onoe and amrr rate sysctl names entries, so that they do not conflict

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3719 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-06-12 02:09:59 +00:00
parent cc4fba0582
commit 3318745855
2 changed files with 2 additions and 2 deletions

View 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 }

View 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 }