W dniu 25 lutego 2011 12:34 uÅytkownik RafaÅ MiÅecki <zajec5@xxxxxxxxx> napisaÅ: > + Â Â Â if (phy->type == B43_PHYTYPE_LP) > + Â Â Â Â Â Â Â bw = B43_TXH_PHY1_BW_20; (...) > + Â Â Â if (phy->type == B43_PHYTYPE_N) { > + Â Â Â Â Â Â Â txhdr->phy_ctl1 = > + Â Â Â Â Â Â Â Â Â Â Â cpu_to_le16(b43_generate_tx_phy_ctl1(dev, rate)); > + Â Â Â Â Â Â Â txhdr->phy_ctl1_fb = > + Â Â Â Â Â Â Â Â Â Â Â cpu_to_le16(b43_generate_tx_phy_ctl1(dev, rate_fb)); > + Â Â Â } Just to make it clear: this TX header is expected to be filled on both: LP-PHY and N-PHY - that's why you can see some LP specific code in filling function. It just was not tested yet on LP-PHY, that's why it is still disabled. -- RafaÅ -- 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