diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ieee80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index dc36b1be6745..ce966b7ff563 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -719,6 +719,9 @@ struct ieee80211_device { | |||
719 | int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ | 719 | int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ |
720 | int abg_ture; /* ABG flag */ | 720 | int abg_ture; /* ABG flag */ |
721 | 721 | ||
722 | int perfect_rssi; | ||
723 | int worst_rssi; | ||
724 | |||
722 | /* Callback functions */ | 725 | /* Callback functions */ |
723 | void (*set_security)(struct net_device *dev, | 726 | void (*set_security)(struct net_device *dev, |
724 | struct ieee80211_security *sec); | 727 | struct ieee80211_security *sec); |