From: Christian Lamparter Date: Thu, 6 Jan 2011 22:47:52 +0000 (+0100) Subject: p54: fix sequence no. accounting off-by-one error X-Git-Tag: v2.6.38-rc1~50^2~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5c5827d1f80ad8ae844a8b1183f59ddb90fe25;p=pandora-kernel.git 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: Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed