Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314850
b: refs/heads/master
c: add779a
h: refs/heads/master
v: v3
  • Loading branch information
Yoni Divinsky authored and Luciano Coelho committed Jun 21, 2012
1 parent e7c500c commit 2fa055c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: bf7c46a7672830eb13898b2871de7780448f0674
refs/heads/master: add779a0738a6bd199b3c5b9f0f8090036e53ff0
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4108,16 +4108,13 @@ static u64 wl1271_op_get_tsf(struct ieee80211_hw *hw,
static int wl1271_op_get_survey(struct ieee80211_hw *hw, int idx,
struct survey_info *survey)
{
struct wl1271 *wl = hw->priv;
struct ieee80211_conf *conf = &hw->conf;

if (idx != 0)
return -ENOENT;

survey->channel = conf->channel;
survey->filled = SURVEY_INFO_NOISE_DBM;
survey->noise = wl->noise;

survey->filled = 0;
return 0;
}

Expand Down

0 comments on commit 2fa055c

Please sign in to comment.