Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210257
b: refs/heads/master
c: 803288e
h: refs/heads/master
i:
  210255: 62b0995
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 31, 2010
1 parent 22fe37c commit e3cdf1c
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: c3d34d5d9654ec9c2510f9341bfb1030b8f029d1
refs/heads/master: 803288e61e346ba367373bc7d5eeb6e11c81a33c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ static bool ar9300_uncompress_block(struct ath_hw *ah,
length = block[it+1];
length &= 0xff;

if (length > 0 && spot >= 0 && spot+length < mdataSize) {
if (length > 0 && spot >= 0 && spot+length <= mdataSize) {
ath_print(common, ATH_DBG_EEPROM,
"Restore at %d: spot=%d "
"offset=%d length=%d\n",
Expand Down

0 comments on commit e3cdf1c

Please sign in to comment.