Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279445
b: refs/heads/master
c: 9931df2
h: refs/heads/master
i:
  279443: 4d18a72
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Jan 4, 2012
1 parent 7229103 commit f969dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d07a3d62f63f3a9ce769c37108f8411c014903e
refs/heads/master: 9931df2692ddb7db092550ce063e674730176ecf
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -4554,6 +4554,9 @@ int rt2800_get_survey(struct ieee80211_hw *hw, int idx,
survey->channel_time_ext_busy = busy_ext / 1000;
}

if (!(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL))
survey->filled |= SURVEY_INFO_IN_USE;

return 0;

}
Expand Down

0 comments on commit f969dd8

Please sign in to comment.