mac80211: correct legacy rates check in ieee80211_calc_rx_airtime
[platform/kernel/linux-rpi.git] / scripts / sorttable.c
index 6ee4fa8..278bb53 100644 (file)
@@ -240,7 +240,7 @@ static void x86_sort_relative_table(char *extab_image, int image_size)
 
                w(r(loc) + i, loc);
                w(r(loc + 1) + i + 4, loc + 1);
-               w(r(loc + 2) + i + 8, loc + 2);
+               /* Don't touch the fixup type */
 
                i += sizeof(uint32_t) * 3;
        }
@@ -253,7 +253,7 @@ static void x86_sort_relative_table(char *extab_image, int image_size)
 
                w(r(loc) - i, loc);
                w(r(loc + 1) - (i + 4), loc + 1);
-               w(r(loc + 2) - (i + 8), loc + 2);
+               /* Don't touch the fixup type */
 
                i += sizeof(uint32_t) * 3;
        }