Skip to content
Commit a392149e authored by Erik Mouw's avatar Erik Mouw Committed by John W. Linville
Browse files

[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: default avatarErik Mouw <erik@harddisk-recovery.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b35d649c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment