Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351867
b: refs/heads/master
c: aad12ed
h: refs/heads/master
i:
  351865: ce4a2b8
  351863: 9e94382
v: v3
  • Loading branch information
Simon Wunderlich authored and John W. Linville committed Jan 11, 2013
1 parent 677f0f4 commit 10c7dff
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: 590152789121640bfccb2d155458819951771363
refs/heads/master: aad12ede97d62b290ac03f0077d05b999bbddd05
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9002_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ void ar9002_hw_spectral_scan_config(struct ath_hw *ah,
*/
count = param->count;
if (param->endless)
count = 0;
count = 0x80;
else if (count & 0x80)
count = 0x7f;

Expand Down

0 comments on commit 10c7dff

Please sign in to comment.