summaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433/pi433_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/pi433/pi433_if.h')
-rw-r--r--drivers/staging/pi433/pi433_if.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/pi433/pi433_if.h b/drivers/staging/pi433/pi433_if.h
index f67d383..7314f69 100644
--- a/drivers/staging/pi433/pi433_if.h
+++ b/drivers/staging/pi433/pi433_if.h
@@ -34,9 +34,6 @@
/*---------------------------------------------------------------------------*/
-
-/*---------------------------------------------------------------------------*/
-
enum option_on_off {
OPTION_OFF,
OPTION_ON
@@ -76,7 +73,6 @@ struct pi433_tx_cfg {
__u16 repetitions;
-
/* packet format */
enum option_on_off enable_preamble;
enum option_on_off enable_sync;
@@ -92,7 +88,6 @@ struct pi433_tx_cfg {
__u8 address_byte;
};
-
/**
* struct pi433_rx_config - describes the configuration of the radio module for sending
* @frequency:
@@ -127,8 +122,6 @@ struct pi433_rx_cfg {
__u8 bw_exponent; /* during AFC: 0x8b */
enum dagc dagc;
-
-
/* packet format */
enum option_on_off enable_sync;
enum option_on_off enable_length_byte; /* should be used in combination with sync, only */
@@ -144,7 +137,6 @@ struct pi433_rx_cfg {
__u8 broadcast_address;
};
-
#define PI433_IOC_MAGIC 'r'
#define PI433_IOC_RD_TX_CFG _IOR(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)])
OpenPOWER on IntegriCloud