commit | aeda82507d5016f04594e3d5b50af9551fa9c734 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Wed May 21 09:37:59 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 23 16:27:46 2014 +0900 |
tree | 29d22fef2ff4243310f2aac1a436cdcc62096d65 | |
parent | 39ef89153ce9690efc00d45448fda23ad416ce51 [diff] |
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 <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>