> b43_wireless_init(struct ssb_ } > > /* fill hw info */ > - hw->flags = IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE; > + hw->flags = IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE | > + IEEE80211_HW_RX_INCLUDES_FCS; > hw->max_signal = 100; You must have a very different tree to wireless-dev, branch everything. According to git blame, since 2007-08-13 the piece of code there looks like this: hw->flags = IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE | IEEE80211_HW_MONITOR_DURING_OPER | IEEE80211_HW_DEVICE_HIDES_WEP | IEEE80211_HW_WEP_INCLUDE_IV; The patch subject in this mailing list was "[RFC 5/10] Port of bcm43xx from softmac to mac80211" - 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