Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next
[deliverable/linux.git] / drivers / staging / rtl8192ee / rc.c
index f0ce6a99ab00cbdac0969873f81af6ab54ec6ef0..c4c34ddcf8cd50a84319db63b2c84b7c79a6913b 100644 (file)
@@ -267,7 +267,7 @@ static void rtl_rate_free_sta(void *rtlpriv,
 }
 
 static struct rate_control_ops rtl_rate_ops = {
-       .name = "rtl_rc",
+       .name = "rtl_rc_92e",
        .alloc = rtl_rate_alloc,
        .free = rtl_rate_free,
        .alloc_sta = rtl_rate_alloc_sta,
This page took 0.023931 seconds and 5 git commands to generate.