iwlegacy: remove il_ieee80211_get_hw_conf
authorStanislaw Gruszka <sgruszka@redhat.com>
Wed, 31 Aug 2011 09:13:05 +0000 (11:13 +0200)
committerStanislaw Gruszka <sgruszka@redhat.com>
Tue, 15 Nov 2011 13:12:00 +0000 (14:12 +0100)
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
drivers/net/wireless/iwlegacy/3945-mac.c
drivers/net/wireless/iwlegacy/4965.c
drivers/net/wireless/iwlegacy/common.c
drivers/net/wireless/iwlegacy/iwl-helpers.h

index ae60410..cd7ae58 100644 (file)
@@ -2759,7 +2759,7 @@ void il3945_post_associate(struct il_priv *il)
 
        il_scan_cancel_timeout(il, 200);
 
-       conf = il_ieee80211_get_hw_conf(il->hw);
+       conf = &il->hw->conf;
 
        ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
        il3945_commit_rxon(il, ctx);
index ed2c617..6833a3c 100644 (file)
@@ -2184,7 +2184,7 @@ static void il4965_post_associate(struct il_priv *il)
 
        il_scan_cancel_timeout(il, 200);
 
-       conf = il_ieee80211_get_hw_conf(il->hw);
+       conf = &il->hw->conf;
 
        ctx->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
        il_commit_rxon(il, ctx);
index 7062574..bbf674d 100644 (file)
@@ -3514,7 +3514,7 @@ il_send_rxon_timing(struct il_priv *il, struct il_rxon_context *ctx)
        u16 beacon_int;
        struct ieee80211_vif *vif = ctx->vif;
 
-       conf = il_ieee80211_get_hw_conf(il->hw);
+       conf = &il->hw->conf;
 
        lockdep_assert_held(&il->mutex);
 
index 0e64003..eb5a287 100644 (file)
 #define IL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo))))
 
 
-static inline struct ieee80211_conf *il_ieee80211_get_hw_conf(
-       struct ieee80211_hw *hw)
-{
-       return &hw->conf;
-}
-
 /**
  * il_queue_inc_wrap - increment queue idx, wrap back to beginning
  * @idx -- current idx