If kernel driver version is new enough, report the currently set
bitrates via ioctl.
Kernel will report changed bitrates through special read operations,
send these values to the device.
Signed-off-by: Christian Gabriel <ch_gabriel@web.de>
Allow user to specify the scan interval for searching for devices.
Scanning places every interface on the machine in promiscuous mode
and currently runs once a second. This behaviour may have undesirable
side-effects and also pollutes the kernel log.
The new parameter --scan-interval-ms <interval> will allow the user
to specify the rate at which scanning occurs. If equal to 0, then
only a single scan is performed.