rtlwifi: rtl8723ae: rtl8723be: rtl8723com: Fix firmware header endian issues
[cascardo/linux.git] / drivers / net / wireless / iwlegacy / 3945-mac.c
index 7f4cb69..af1b3e6 100644 (file)
@@ -3259,7 +3259,7 @@ il3945_show_measurement(struct device *d, struct device_attribute *attr,
 
        while (size && PAGE_SIZE - len) {
                hex_dump_to_buffer(data + ofs, size, 16, 1, buf + len,
-                                  PAGE_SIZE - len, 1);
+                                  PAGE_SIZE - len, true);
                len = strlen(buf);
                if (PAGE_SIZE - len)
                        buf[len++] = '\n';