[OpenWrt-Devel] [PATCH 3/6] bcm53xx: update sprom from nvram to handle rev 11

Rafał Miłecki zajec5 at gmail.com
Thu Apr 2 08:19:12 EDT 2015


On 10 March 2015 at 04:30, Ian Kent <raven at themaw.net> 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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list