Staging: rtl8192e: Revert one previous commit
authorVaishali Thakkar <vthakkar1994@gmail.com>
Wed, 29 Oct 2014 14:00:41 +0000 (19:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 23:05:16 +0000 (16:05 -0700)
commitc65a5a562e3b55297767a4022543867e01a66080
treea9d31765280d7a3ac9b07ecf60b508f015ac84e3
parent92be2d4d3ca4a086d295ddd5339587e675d46c0c
Staging: rtl8192e: Revert one previous commit

This patch reverts commit  450246465a76 ("Staging: rtl8192e:
Fix incorrect type in assignment in rtl819x_BAProc.c") as it is
changing code and introducing bug to skip the endian conversion.
Here, tmp variable is used to hold the endian-corrected values
and network-data requires fixed endianness.

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_BAProc.c
This page took 0.027229 seconds and 5 git commands to generate.