From: Jes Sorensen Date: Thu, 17 Jul 2014 20:59:52 +0000 (+0200) Subject: staging: rtl8723au: Remove RegBcnCtrlVal X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d480b012f371c12a5c317494a5e068ad27216f;p=pandora-kernel.git staging: rtl8723au: Remove RegBcnCtrlVal The value saved in RegBcnCtrlVal was never used. In addition the code was highly endian broken, declaring it as a u32, then accessing it via a u8 * later. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed