Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291525
b: refs/heads/master
c: 62450b8
h: refs/heads/master
i:
  291523: e8d473c
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Mar 15, 2012
1 parent 338c3f5 commit aa166cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf106e14735d5e82e995c5c03bf07bce54e5d530
refs/heads/master: 62450b88032287db805ba54de142e58052a98090
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,6 @@ struct ath_softc {
struct ieee80211_hw *hw;
struct device *dev;

int chan_idx;
int chan_is_ht;
struct survey_info *cur_survey;
struct survey_info survey[ATH9K_NUM_CHANNELS];

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,12 +995,8 @@ static int ath9k_start(struct ieee80211_hw *hw)
curchan->center_freq);

ath9k_ps_wakeup(sc);

mutex_lock(&sc->mutex);

/* setup initial channel */
sc->chan_idx = curchan->hw_value;

init_channel = ath9k_cmn_get_curchannel(hw, ah);

/* Reset SERDES registers */
Expand Down

0 comments on commit aa166cf

Please sign in to comment.