ipw2x00: printing the wrong array in debug code
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 21 Jun 2013 12:26:20 +0000 (15:26 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Jun 2013 18:44:25 +0000 (14:44 -0400)
commit428e3cf5f98cf9528586854b1c4f9f9f76f54b4e
treef6c8da999bc00ea5fa9c7f8f7fd118ba4a94ae6e
parentfca3c21d5659f21edbf30a80b706cbc00f368659
ipw2x00: printing the wrong array in debug code

Smatch complains that this is a read past the end of the array.  It
turns out we are printing the wrong array here.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/libipw_rx.c