* [PATCH] compat-wireless: update 07-change-default-rate-alg.patch
@ 2010-07-06 20:24 Pavel Roskin
2010-07-07 20:56 ` Luis R. Rodriguez
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2010-07-06 20:24 UTC (permalink / raw)
To: Luis R. Rodriguez, linux-wireless
---
patches/07-change-default-rate-alg.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/07-change-default-rate-alg.patch b/patches/07-change-default-rate-alg.patch
index f0ccbce..858e1bc 100644
--- a/patches/07-change-default-rate-alg.patch
+++ b/patches/07-change-default-rate-alg.patch
@@ -29,6 +29,6 @@ at compilation time.
- ops = ieee80211_try_rate_control_ops_get(CONFIG_MAC80211_RC_DEFAULT);
+ if (!ops && strlen(CONFIG_COMPAT_MAC80211_RC_DEFAULT))
+ ops = ieee80211_try_rate_control_ops_get(CONFIG_COMPAT_MAC80211_RC_DEFAULT);
- kparam_unblock_sysfs_write(ieee80211_default_rc_algo);
return ops;
+ }
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] compat-wireless: update 07-change-default-rate-alg.patch
2010-07-06 20:24 [PATCH] compat-wireless: update 07-change-default-rate-alg.patch Pavel Roskin
@ 2010-07-07 20:56 ` Luis R. Rodriguez
0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2010-07-07 20:56 UTC (permalink / raw)
To: Pavel Roskin; +Cc: linux-wireless
thanks applied!
Luis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-07 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 20:24 [PATCH] compat-wireless: update 07-change-default-rate-alg.patch Pavel Roskin
2010-07-07 20:56 ` Luis R. Rodriguez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).