Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90326
b: refs/heads/master
c: 866a050
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed Mar 25, 2008
1 parent 28d56fa commit a4d2c5c
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 49d20fac21d5207f3930401d0198ac46ad990bff
refs/heads/master: 866a05038481d77cac6fc0186250b4c44e691b42
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,13 @@ void rt2x00lib_rxdone(struct queue_entry *entry,
}
}

if (idx < 0) {
WARNING(rt2x00dev, "Frame received with unrecognized signal,"
"signal=0x%.2x, plcp=%d.\n", rxdesc->signal,
!!(rxdesc->dev_flags & RXDONE_SIGNAL_PLCP));
idx = 0;
}

/*
* Only update link status if this is a beacon frame carrying our bssid.
*/
Expand Down

0 comments on commit a4d2c5c

Please sign in to comment.