From: Jes Sorensen Date: Wed, 21 May 2014 07:37:59 +0000 (+0200) Subject: staging: rtl8723au: Get rid of SetSeqNum() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~611 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeda82507d5016f04594e3d5b50af9551fa9c734;p=pandora-kernel.git staging: rtl8723au: Get rid of SetSeqNum() In every last use case, the header was just cleared with memset() so there is no need to use the complex SetSeqNum() macro when cpu_to_le16(IEEE80211_SN_TO_SEQ()) output will do just fine. In addition, get rid of __le16 *fctrl usage when there is no need for it. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed