Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150703
b: refs/heads/master
c: 2489e4e
h: refs/heads/master
i:
  150701: 1ac29e2
  150699: 082fad6
  150695: bac1063
  150687: b086af8
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jun 4, 2009
1 parent 7bac35d commit 29ce145
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: c18bd87b65fa5f39abb0ab1b82bca416c23cb6dd
refs/heads/master: 2489e4ea6cfd1c0f3fe839f90363abccbbdb7745
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ath/ar9170/ar9170.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ enum ar9170_device_state {
AR9170_STOPPED,
AR9170_IDLE,
AR9170_STARTED,
AR9170_ASSOCIATED,
};

struct ar9170_rxstream_mpdu_merge {
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/net/wireless/ath/ar9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,11 +1303,6 @@ static int ar9170_op_config(struct ieee80211_hw *hw, u32 changed)

mutex_lock(&ar->mutex);

if (changed & IEEE80211_CONF_CHANGE_RADIO_ENABLED) {
/* TODO */
err = 0;
}

if (changed & IEEE80211_CONF_CHANGE_LISTEN_INTERVAL) {
/* TODO */
err = 0;
Expand Down Expand Up @@ -1490,8 +1485,6 @@ static void ar9170_op_bss_info_changed(struct ieee80211_hw *hw,
}

if (changed & BSS_CHANGED_ASSOC) {
ar->state = bss_conf->assoc ? AR9170_ASSOCIATED : ar->state;

#ifndef CONFIG_AR9170_LEDS
/* enable assoc LED. */
err = ar9170_set_leds_state(ar, bss_conf->assoc ? 2 : 0);
Expand Down

0 comments on commit 29ce145

Please sign in to comment.