On 10 March 2015 at 04:30, Ian Kent <[email protected]> wrote: > +@@ -93,6 +113,9 @@ struct ssb_sprom { > + u16 boardflags2_lo; /* Board flags (bits 32-47) */ > + u16 boardflags2_hi; /* Board flags (bits 48-63) */ > + /* TODO store board flags in a single u64 */ > ++ /* spromrev 11 */ > ++ u16 boardflags3_lo; /* Board flags (bits 64-79) */ > ++ u16 boardflags3_hi; /* Board flags (bits 80-95) */
Please, please, use u32 boardflags3. We already suffer from split boardflags(1) and boardflags2 too much ;) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
