commit | 867510bde14e7b7fc6dd0f50b48f6753cfbd227a | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Thu May 11 18:57:44 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 15 11:48:44 2017 +0200 |
tree | ec95639865b488f0aa014de4e1639ca4e08c6338 | |
parent | baabd567f87be05330faa5140f72a91960e7405a [diff] |
staging: rtl8192e: fix 2 byte alignment of register BSSIDR. BSSIDR has two byte alignment on PCI ioremap correct the write by swapping to 16 bits first. This fixes a problem that the device associates fail because the filter is not set correctly. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>