Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
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);
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);
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);
#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