projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0b4d8
)
[PATCH] orinoco: fix truncating commsquality RID with the latest Symbol firmware
author
Pavel Roskin
<proski@gnu.org>
Fri, 7 Apr 2006 08:10:26 +0000
(
04:10
-0400)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 19 Apr 2006 21:25:38 +0000
(17:25 -0400)
Symbol firmware F3.91-71 has an additional word in the commsquality RID.
Extend the receiving buffer by one word to accomodate it.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/orinoco.c
b/drivers/net/wireless/orinoco.c
index 8dfdfbd5966c5b1b95e54617009eab26fa55dd6b..06523e2a8471f0be0a3fd5e2ef09625283667596 100644
(file)
--- a/
drivers/net/wireless/orinoco.c
+++ b/
drivers/net/wireless/orinoco.c
@@
-390,7
+390,7
@@
static struct iw_statistics *orinoco_get_wireless_stats(struct net_device *dev)
}
} else {
struct {
- __le16 qual, signal, noise;
+ __le16 qual, signal, noise
, unused
;
} __attribute__ ((packed)) cq;
err = HERMES_READ_RECORD(hw, USER_BAP,