From: Arend van Spriel Date: Thu, 29 Sep 2011 22:34:19 +0000 (-0700) Subject: staging: brcm80211: remove ht_cap field from brcms_c_info structure X-Git-Tag: v3.2-rc1~169^2^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3215b494150864d551a9d0fe0351f3f412ac00da;p=pandora-kernel.git staging: brcm80211: remove ht_cap field from brcms_c_info structure The field ht_cap was typed ieee80211_ht_cap from ieee80211.h. This contained little endian annotated field cap_info resulting in sparse endian warnings. It turned out the driver was setting the field, but it was actually never used. Therefore it has been removed. Reported-by: Johannes Berg Reviewed-by: Roland Vossen Signed-off-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed