Skip to content

Commit

Permalink
[PATCH] orinoco: fix truncating commsquality RID with the latest Symb…
Browse files Browse the repository at this point in the history
…ol firmware

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>
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Apr 19, 2006
1 parent 9b0b4d8 commit a208c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a208c4e

Please sign in to comment.