Reporting another issue here. The README file is not correct with the content of the linux-firmware tree. Seems that the changes added in this patch http://www.spinics.net/lists/linux-wireless/msg60937.html never arrived to linux-firmware. Other than that, you guys are doing a great workon putting this driver mainline. Mine broadcom card is working fine. :) Regards, * Gustavo F. Padovan <padovan@xxxxxxxxxxxxxx> [2011-01-24 16:45:23 -0200]: > Signed-off-by: Gustavo F. Padovan <padovan@xxxxxxxxxxxxxx> > --- > drivers/staging/brcm80211/sys/wlc_mac80211.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c b/drivers/staging/brcm80211/sys/wlc_mac80211.c > index 5eb41d6..ee1bcc5 100644 > --- a/drivers/staging/brcm80211/sys/wlc_mac80211.c > +++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c > @@ -6910,7 +6910,7 @@ prep_mac80211_status(struct wlc_info *wlc, d11rxhdr_t *rxh, struct sk_buff *p, > preamble = 0; > if (IS_CCK(rspec)) { > if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) > - WL_ERROR("Short CCK\n"); > + WL_ERROR("%s: Short CCK\n, __func__"); > rx_status->flag |= RX_FLAG_SHORTPRE; > } else if (IS_OFDM(rspec)) { > rx_status->flag |= RX_FLAG_SHORTPRE; > -- > 1.7.4.rc2 > -- Gustavo F. Padovan http://profusion.mobi -- 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