From: Ivo van Doorn Date: Mon, 17 Aug 2009 16:55:15 +0000 (+0200) Subject: rt2x00: wireless CLI ID and packet ID must not be 0 X-Git-Tag: v2.6.32-rc1~703^2~335^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=534aff0288f49a2366b7e6fbb67ff035dea814d3;p=pandora-kernel.git rt2x00: wireless CLI ID and packet ID must not be 0 In the TX descriptor the Packet ID must not be 0, so add 1 to the ID. The wireless CLI ID is not allowed to be 0 either, but also must be initialized with the wcid value rather then keyid. Based on a patch for rt2800pci from Benoit Signed-off-by: Benoit PAPILLAULT Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed