rt2x00: Allow drivers to pass the noise value during rxdone
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
076f9582a6
commit
2bdb35c7ff
@@ -165,6 +165,7 @@ enum rxdone_entry_desc_flags {
|
||||
* @timestamp: RX Timestamp
|
||||
* @signal: Signal of the received frame.
|
||||
* @rssi: RSSI of the received frame.
|
||||
* @noise: Measured noise during frame reception.
|
||||
* @size: Data size of the received frame.
|
||||
* @flags: MAC80211 receive flags (See &enum mac80211_rx_flags).
|
||||
* @dev_flags: Ralink receive flags (See &enum rxdone_entry_desc_flags).
|
||||
@@ -177,6 +178,7 @@ struct rxdone_entry_desc {
|
||||
u64 timestamp;
|
||||
int signal;
|
||||
int rssi;
|
||||
int noise;
|
||||
int size;
|
||||
int flags;
|
||||
int dev_flags;
|
||||
|
Reference in New Issue
Block a user