On Tue, Sep 2, 2008 at 10:39 PM, Christian Lamparter <chunkeey@xxxxxx> wrote: > This patch adds the necessary changes to support LM87 firmwares. > > Signed-off-by: Christian Lamparter <chunkeey@xxxxxx> > --- > John, > > this one should go into wireless-next. > --- > diff -Nurp a/drivers/net/wireless/p54/p54common.c b/drivers/net/wireless/p54/p54common.c > --- a/drivers/net/wireless/p54/p54common.c 2008-09-01 22:25:35.000000000 +0200 > +++ b/drivers/net/wireless/p54/p54common.c 2008-09-02 21:29:47.000000000 +0200 > @@ -93,7 +93,10 @@ int p54_parse_firmware(struct ieee80211_ > u32 code = le32_to_cpu(bootrec->code); > switch (code) { > case BR_CODE_COMPONENT_ID: > - switch (be32_to_cpu(*(__be32 *)bootrec->data)) { > + priv->fw_interface = > + be32_to_cpu(*(__be32 *)bootrec->data); what about be32_to_cpup? Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html