staging: pi433: Remove the unused FREQUENCY define
authorShahar Avidar <ikobh7@gmail.com>
Tue, 27 Feb 2024 22:12:03 +0000 (00:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2024 14:11:26 +0000 (14:11 +0000)
FREQUENCY is not being used, delete its comment.

Signed-off-by: Shahar Avidar <ikobh7@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240227221204.534131-5-ikobh7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.h

index 52e43a909b036ddbc8abe2e809e5f38f2288b04c..e63e87fd6ccefc077243c9f5140bbb83ee5b499f 100644 (file)
@@ -11,8 +11,6 @@
 #include "rf69_enum.h"
 #include "rf69_registers.h"
 
-/* NOTE: Modifying FREQUENCY value impacts CE certification */
-#define FREQUENCY      433920000       /* Hz */
 #define FIFO_SIZE      66              /* bytes */
 #define FIFO_THRESHOLD 15              /* bytes */