mirror of
https://github.com/proski/madwifi
synced 2024-11-24 15:30:09 +03:00
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:
parent
cc4fba0582
commit
3318745855
@ -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 }
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user