aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/ieee80211/ieee80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rtl8192e/ieee80211/ieee80211.h')
-rw-r--r--drivers/staging/rtl8192e/ieee80211/ieee80211.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/rtl8192e/ieee80211/ieee80211.h b/drivers/staging/rtl8192e/ieee80211/ieee80211.h
index af646533403..527c368897c 100644
--- a/drivers/staging/rtl8192e/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192e/ieee80211/ieee80211.h
@@ -2165,16 +2165,16 @@ struct ieee80211_device {
2165 * The fucntion start_scan should initiate the background 2165 * The fucntion start_scan should initiate the background
2166 * scanning and can't sleep. 2166 * scanning and can't sleep.
2167 */ 2167 */
2168 void (*scan_syncro)(struct net_device *dev); 2168 void (*scan_syncro)(struct ieee80211_device *ieee80211);
2169 void (*start_scan)(struct net_device *dev); 2169 void (*start_scan)(struct ieee80211_device *ieee80211);
2170 void (*stop_scan)(struct net_device *dev); 2170 void (*stop_scan)(struct ieee80211_device *ieee80211);
2171 2171
2172 /* indicate the driver that the link state is changed 2172 /* indicate the driver that the link state is changed
2173 * for example it may indicate the card is associated now. 2173 * for example it may indicate the card is associated now.
2174 * Driver might be interested in this to apply RX filter 2174 * Driver might be interested in this to apply RX filter
2175 * rules or simply light the LINK led 2175 * rules or simply light the LINK led
2176 */ 2176 */
2177 void (*link_change)(struct net_device *dev); 2177 void (*link_change)(struct ieee80211_device *ieee80211);
2178 2178
2179 /* these two function indicates to the HW when to start 2179 /* these two function indicates to the HW when to start
2180 * and stop to send beacons. This is used when the 2180 * and stop to send beacons. This is used when the