From: Arend van Spriel Date: Wed, 29 Jun 2011 23:47:06 +0000 (-0700) Subject: staging: brcm80211: replace macro BCM_MSG_IFNAME_MAX with IFNAMSIZ X-Git-Tag: v3.1-rc1~232^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a6062b877a4b1bfd09b9b0d188dc44847fd2b1;p=pandora-kernel.git staging: brcm80211: replace macro BCM_MSG_IFNAME_MAX with IFNAMSIZ In dhd.h the macro BCM_MSG_IFNAME_MAX was defined and used. As this is used to carry the interface name we might as well use IFNAMSIZ which results in the same size. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed