From: Erik Mouw Date: Thu, 13 Apr 2006 13:02:27 +0000 (+0200) Subject: [PATCH] bcm43xx: iw_priv_args names should be <16 characters X-Git-Tag: v2.6.17-rc3~57^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a392149ee14d1631d8632060c1fc3082729f83c8;p=pandora-kernel.git [PATCH] bcm43xx: iw_priv_args names should be <16 characters The room for the names in bcm43xx_priv_wx_args[] are IFNAMSIZ long and IFNAMSIZ is defined as 16, so the names in bcm43xx_priv_wx_args should be 15 characters (16 including the trailing \0). This patch fixes that for the "set_shortpreambl", "get_shortpreambl", "set_swencryption", and "get_swencryption" private calls. Patch is against 2.6.17-rc1. Signed-off-by: Erik Mouw Signed-off-by: John W. Linville --- Reading git-diff-tree failed