diff options
author | Assaf Krauss <assaf.krauss@intel.com> | 2008-03-21 16:53:43 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-25 16:41:54 -0400 |
commit | 8622e7058a8764223ae2305d980a38d07f034717 (patch) | |
tree | c8a7156d4240825ecb253a42ae95b12080551855 /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | 410e088d53e40c8133f6f666992859cd0dd21ff5 (diff) |
iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_info
iwl4965_get_channel_info was moved to iwlcore module
4965 needs to be stripped off
Signed-off-by: Assaf Krauss <assaf.krauss@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index 1d7e8f9cf5ee..b73c1544e909 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -1264,7 +1264,7 @@ static inline int is_channel_ibss(const struct iwl_channel_info *ch) | |||
1264 | return ((ch->flags & EEPROM_CHANNEL_IBSS)) ? 1 : 0; | 1264 | return ((ch->flags & EEPROM_CHANNEL_IBSS)) ? 1 : 0; |
1265 | } | 1265 | } |
1266 | 1266 | ||
1267 | extern const struct iwl_channel_info *iwl4965_get_channel_info( | 1267 | extern const struct iwl_channel_info *iwl_get_channel_info( |
1268 | const struct iwl_priv *priv, enum ieee80211_band band, u16 channel); | 1268 | const struct iwl_priv *priv, enum ieee80211_band band, u16 channel); |
1269 | 1269 | ||
1270 | /* Requires full declaration of iwl_priv before including */ | 1270 | /* Requires full declaration of iwl_priv before including */ |