Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
[deliverable/linux.git] / drivers / net / wireless / ipw2x00 / libipw_rx.c
index 95a1ca1e895c6de72a7a792b66e32bc137876326..9ffe65931b293e4d6e4dd1f685dd75376e8dce96 100644 (file)
@@ -1195,7 +1195,7 @@ static int libipw_parse_info_param(struct libipw_info_element
 #ifdef CONFIG_LIBIPW_DEBUG
                                p += snprintf(p, sizeof(rates_str) -
                                              (p - rates_str), "%02X ",
-                                             network->rates[i]);
+                                             network->rates_ex[i]);
 #endif
                                if (libipw_is_ofdm_rate
                                    (info_element->data[i])) {
This page took 0.02922 seconds and 5 git commands to generate.