This adds more N-PHY code and modifies cordic function that is currently used by LP-PHY code. Larry checked this and it still works fine on his LP-PHY card. Rafał Miłecki (4): b43: N-PHY: fix one bit off in parsing RF Ctrl Override arguments b43: make cordic common (LP-PHY and N-PHY need it) b43: update cordic code to match current specs b43: N-PHY: use cordic to generate samples drivers/net/wireless/b43/phy_common.c | 45 ++++++++++++++++++++++++++++ drivers/net/wireless/b43/phy_common.h | 7 ++++ drivers/net/wireless/b43/phy_lp.c | 52 ++++----------------------------- drivers/net/wireless/b43/phy_n.c | 23 ++++++++------ 4 files changed, 71 insertions(+), 56 deletions(-) -- 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