linux/drivers/staging/pi433
Paulo Miguel Almeida d9dc6c1b44 staging: pi433: fix validation for min bit rate supported by the device
rf69 datasheets establishes that the minimum supported bit rate is
1.2 kbps regardless of modulation.

this patch replaces the errouneous validation with the correct value

Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com>
Link: https://lore.kernel.org/r/20220118230413.GA4859@mail.google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-01-25 16:33:55 +01:00
..
Documentation staging: pi433: overlay: Convert to sugar syntax 2020-02-23 19:20:49 +01:00
Kconfig staging: pi433: Fix Kconfig indentation 2019-11-20 15:20:29 +01:00
Makefile staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
pi433_if.c staging: pi433: move get version func to where all other functions are 2022-01-25 16:29:04 +01:00
pi433_if.h staging: pi433: fix docs typos and references to previous struct names 2021-09-13 08:49:42 +02:00
rf69_enum.h staging: pi433: add docs to packet_format and tx_start_condition enum 2022-01-03 14:30:01 +01:00
rf69_registers.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
rf69.c staging: pi433: fix validation for min bit rate supported by the device 2022-01-25 16:33:55 +01:00
rf69.h staging: pi433: move get version func to where all other functions are 2022-01-25 16:29:04 +01:00
TODO