]> git.karo-electronics.de Git - mv-sheeva.git/commit
p54: fix sequence no. accounting off-by-one error
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 6 Jan 2011 22:47:52 +0000 (23:47 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Jan 2011 20:40:53 +0000 (15:40 -0500)
commit3b5c5827d1f80ad8ae844a8b1183f59ddb90fe25
tree925d555241da1d54e427a603772f71f9251c1d9b
parent016134eee334d51262f10ce3261976ea40a57878
p54: fix sequence no. accounting off-by-one error

P54_HDR_FLAG_DATA_OUT_SEQNR is meant to tell the
firmware that "the frame's sequence number has
already been set by the application."

Whereas IEEE80211_TX_CTL_ASSIGN_SEQ is set for
frames which lack a valid sequence number and
either the driver or firmware has to assign one.

Yup, it's the exact opposite!

Cc: <stable@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/txrx.c