diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-11-12 14:37:11 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-21 11:08:18 -0500 |
commit | da81dede95cf69b0e51442cb472f1581583381e4 (patch) | |
tree | 261979700b5c25119b3963c60f751ea284d923bc /drivers/net/wireless/rtl818x/rtl818x.h | |
parent | 627271018df75c8861b9e75b39d5995842e6ec95 (diff) |
rtl8180: adapt for deprecated IEEE80211_CONF_SHORT_SLOT_TIME flag
This updates rtl8180 handling for short slot after "mac80211: fix short
slot handling". Only rtl8180_rtl8225 actually had code for handling
short slot times, so the other RF devices are untouched by this change.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtl818x/rtl818x.h')
-rw-r--r-- | drivers/net/wireless/rtl818x/rtl818x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtl818x/rtl818x.h b/drivers/net/wireless/rtl818x/rtl818x.h index 3538b15211b1..34a5555cc19c 100644 --- a/drivers/net/wireless/rtl818x/rtl818x.h +++ b/drivers/net/wireless/rtl818x/rtl818x.h | |||
@@ -191,6 +191,7 @@ struct rtl818x_rf_ops { | |||
191 | void (*init)(struct ieee80211_hw *); | 191 | void (*init)(struct ieee80211_hw *); |
192 | void (*stop)(struct ieee80211_hw *); | 192 | void (*stop)(struct ieee80211_hw *); |
193 | void (*set_chan)(struct ieee80211_hw *, struct ieee80211_conf *); | 193 | void (*set_chan)(struct ieee80211_hw *, struct ieee80211_conf *); |
194 | void (*conf_erp)(struct ieee80211_hw *, struct ieee80211_bss_conf *); | ||
194 | }; | 195 | }; |
195 | 196 | ||
196 | /* Tx/Rx flags are common between RTL818X chips */ | 197 | /* Tx/Rx flags are common between RTL818X chips */ |