ath9k: Remove unused variables
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
bf106e1473
commit
62450b8803
@ -624,8 +624,6 @@ struct ath_softc {
|
|||||||
struct ieee80211_hw *hw;
|
struct ieee80211_hw *hw;
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
|
|
||||||
int chan_idx;
|
|
||||||
int chan_is_ht;
|
|
||||||
struct survey_info *cur_survey;
|
struct survey_info *cur_survey;
|
||||||
struct survey_info survey[ATH9K_NUM_CHANNELS];
|
struct survey_info survey[ATH9K_NUM_CHANNELS];
|
||||||
|
|
||||||
|
@ -995,12 +995,8 @@ static int ath9k_start(struct ieee80211_hw *hw)
|
|||||||
curchan->center_freq);
|
curchan->center_freq);
|
||||||
|
|
||||||
ath9k_ps_wakeup(sc);
|
ath9k_ps_wakeup(sc);
|
||||||
|
|
||||||
mutex_lock(&sc->mutex);
|
mutex_lock(&sc->mutex);
|
||||||
|
|
||||||
/* setup initial channel */
|
|
||||||
sc->chan_idx = curchan->hw_value;
|
|
||||||
|
|
||||||
init_channel = ath9k_cmn_get_curchannel(hw, ah);
|
init_channel = ath9k_cmn_get_curchannel(hw, ah);
|
||||||
|
|
||||||
/* Reset SERDES registers */
|
/* Reset SERDES registers */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user