Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197085
b: refs/heads/master
c: 044bc96
h: refs/heads/master
i:
  197083: 5ce2077
v: v3
  • Loading branch information
Richard Kennedy authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 50d11bd commit eeaaf16
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: 9d3b3bb0b5807b9305e8c9e2688603f785ead0cd
refs/heads/master: 044bc96bef5e78d4bb9b5c7ad12814afafb901cf
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlan-ng/p80211wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static u8 p80211_mhz_to_channel(u16 mhz)
if (mhz >= 5000)
return (mhz - 5000) / 5;

if (mhz == 2482)
if (mhz == 2484)
return 14;

if (mhz >= 2407)
Expand Down

0 comments on commit eeaaf16

Please sign in to comment.