diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-08-26 02:10:33 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 15:25:29 -0400 |
commit | b39488a9bd00c520e46682bf75ba484aadc82af7 (patch) | |
tree | 0f3f669e9d887d0e53b00ad2faef915bb2944176 /drivers/net/wireless/iwlwifi/iwl-agn.h | |
parent | 107021c4ce105c9c9d5406dfc4b1fe0f2aa86455 (diff) |
iwlagn: Rename iwlcore prefix
There are number of functions with "iwlcore_" prefix which not feels right,
rename those to "iwl_".
No functional changes by making the renames.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index df2960ae92aa..a2f2f2896112 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -287,7 +287,7 @@ static inline __le32 iwl_hw_set_rate_n_flags(u8 rate, u32 flags) | |||
287 | } | 287 | } |
288 | 288 | ||
289 | /* eeprom */ | 289 | /* eeprom */ |
290 | void iwlcore_eeprom_enhanced_txpower(struct iwl_priv *priv); | 290 | void iwl_eeprom_enhanced_txpower(struct iwl_priv *priv); |
291 | void iwl_eeprom_get_mac(const struct iwl_priv *priv, u8 *mac); | 291 | void iwl_eeprom_get_mac(const struct iwl_priv *priv, u8 *mac); |
292 | 292 | ||
293 | /* notification wait support */ | 293 | /* notification wait support */ |