Re: [PATCHv3 10/13] hackrf: add support for transmitter

2015-08-10 Thread Hans Verkuil
Some comments below: On 07/31/2015 04:10 AM, Antti Palosaari wrote: > HackRF SDR device has both receiver and transmitter. There is limitation > that receiver and transmitter cannot be used at the same time > (half-duplex operation). That patch implements transmitter support to > existing receiver

[PATCHv3 10/13] hackrf: add support for transmitter

2015-07-30 Thread Antti Palosaari
HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot be used at the same time (half-duplex operation). That patch implements transmitter support to existing receiver only driver. Cc: Hans Verkuil Signed-off-by: Antti Palosaari --- drivers