To everyone still interested in b43 driver: In 'lpphy_start_tx_tone()', how 'CORDIC_FLOAT((sample.i * max) & 0xFF)' may be non-zero? Basically it is (<32-bit> & 0xff) shifted right by 15 bits. Dmitry
To everyone still interested in b43 driver: In 'lpphy_start_tx_tone()', how 'CORDIC_FLOAT((sample.i * max) & 0xFF)' may be non-zero? Basically it is (<32-bit> & 0xff) shifted right by 15 bits. Dmitry