Staging: rtl8187se: remove check for IW_ENCODE_DISABLED
authorMAACHE Mehdi <mehdi.maache@gmail.com>
Wed, 21 Nov 2012 14:18:29 +0000 (15:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 22:00:01 +0000 (14:00 -0800)
commit90c1076509496a2e728d3749c8115dc8c57be9dd
tree855ea0199c8a940317d9112284635dac13720044
parent167989ba2eeff882a6e5afd74c409661cdbf3fc9
Staging: rtl8187se: remove check for IW_ENCODE_DISABLED

The original code had a no-op stub where it checked if
IW_ENCODE_DISABLED and did nothing.  Then in a cleanup patch we
accidentally turned the check on.  That was: de171bd6ff "Staging:
rtl8187se: r8180_wx: fixed a lot of checkpatch.pl issues".

The check should just be removed.

Signed-off-by: Mehdi MAACHE <mehdi.maache@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_wx.c