Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200279
b: refs/heads/master
c: 35dd050
h: refs/heads/master
i:
  200277: be58fe0
  200275: 2c25921
  200271: 155ce0c
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 7, 2010
1 parent ff82211 commit 71c7730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e500ae5b535a5209fd397fcc542e3b3290fc2fc5
refs/heads/master: 35dd0509b21e4b5bab36b9eb80c8dab0322f5007
2 changes: 1 addition & 1 deletion trunk/net/mac80211/driver-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static inline int drv_get_survey(struct ieee80211_local *local, int idx,
struct survey_info *survey)
{
int ret = -EOPNOTSUPP;
if (local->ops->conf_tx)
if (local->ops->get_survey)
ret = local->ops->get_survey(&local->hw, idx, survey);
/* trace_drv_get_survey(local, idx, survey, ret); */
return ret;
Expand Down

0 comments on commit 71c7730

Please sign in to comment.