rt2x00: Remove unused defines
MAX_RX_SSI and MAX_NOISE are no longer used, it is better to remove them entirely. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
58b642ec89
commit
99990e0c03
@@ -37,8 +37,6 @@
|
|||||||
* Signal information.
|
* Signal information.
|
||||||
* Defaul offset is required for RSSI <-> dBm conversion.
|
* Defaul offset is required for RSSI <-> dBm conversion.
|
||||||
*/
|
*/
|
||||||
#define MAX_SIGNAL 100
|
|
||||||
#define MAX_RX_SSI -1
|
|
||||||
#define DEFAULT_RSSI_OFFSET 100
|
#define DEFAULT_RSSI_OFFSET 100
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -48,8 +48,6 @@
|
|||||||
* Signal information.
|
* Signal information.
|
||||||
* Defaul offset is required for RSSI <-> dBm conversion.
|
* Defaul offset is required for RSSI <-> dBm conversion.
|
||||||
*/
|
*/
|
||||||
#define MAX_SIGNAL 100
|
|
||||||
#define MAX_RX_SSI -1
|
|
||||||
#define DEFAULT_RSSI_OFFSET 121
|
#define DEFAULT_RSSI_OFFSET 121
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -48,8 +48,6 @@
|
|||||||
* Signal information.
|
* Signal information.
|
||||||
* Defaul offset is required for RSSI <-> dBm conversion.
|
* Defaul offset is required for RSSI <-> dBm conversion.
|
||||||
*/
|
*/
|
||||||
#define MAX_SIGNAL 100
|
|
||||||
#define MAX_RX_SSI -1
|
|
||||||
#define DEFAULT_RSSI_OFFSET 120
|
#define DEFAULT_RSSI_OFFSET 120
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -39,8 +39,6 @@
|
|||||||
* Signal information.
|
* Signal information.
|
||||||
* Defaul offset is required for RSSI <-> dBm conversion.
|
* Defaul offset is required for RSSI <-> dBm conversion.
|
||||||
*/
|
*/
|
||||||
#define MAX_SIGNAL 100
|
|
||||||
#define MAX_RX_SSI -1
|
|
||||||
#define DEFAULT_RSSI_OFFSET 120
|
#define DEFAULT_RSSI_OFFSET 120
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -39,8 +39,6 @@
|
|||||||
* Signal information.
|
* Signal information.
|
||||||
* Defaul offset is required for RSSI <-> dBm conversion.
|
* Defaul offset is required for RSSI <-> dBm conversion.
|
||||||
*/
|
*/
|
||||||
#define MAX_SIGNAL 100
|
|
||||||
#define MAX_RX_SSI -1
|
|
||||||
#define DEFAULT_RSSI_OFFSET 120
|
#define DEFAULT_RSSI_OFFSET 120
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user