diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-07-28 16:41:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-29 12:46:49 -0400 |
commit | ece550d0e416b4146e1ec3d934f9773dbf8c7242 (patch) | |
tree | cfdce97332f066556a0c80746c4ef2f4a0f80a67 /drivers/net/wireless/wl12xx/wl1271.h | |
parent | bef9cb589d37c5eb2e3fb9e529fa3933db4dda19 (diff) |
wl1271: add get_survey callback in order to get channel noise
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Acked-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index 53d47d7a2a1d..dd3cee6ea5bb 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -475,6 +475,9 @@ struct wl1271 { | |||
475 | bool sg_enabled; | 475 | bool sg_enabled; |
476 | 476 | ||
477 | struct list_head list; | 477 | struct list_head list; |
478 | |||
479 | /* Most recently reported noise in dBm */ | ||
480 | s8 noise; | ||
478 | }; | 481 | }; |
479 | 482 | ||
480 | int wl1271_plt_start(struct wl1271 *wl); | 483 | int wl1271_plt_start(struct wl1271 *wl); |