linux/drivers/staging/rtl8188eu
Shivani Bhardwaj d762c9b4b4 Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast
Explicit type conversion is not required and should be removed.
Semantic patch used:
@@
type T;
T e;
identifier x;
@@

* T x = (T)e;

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 22:51:48 -07:00
..
core Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast 2015-10-16 22:51:48 -07:00
hal Staging: rtl8188eu: rf_cfg: Remove useless cast 2015-10-16 22:51:48 -07:00
include staging: rtl8188eu: rtw_set_fixed_ie(): accept void* parameters 2015-09-29 04:27:22 +02:00
os_dep staging: rtl8188eu: Add missing include 2015-10-02 11:48:15 +02:00
Kconfig staging: rtl8188eu: Fix build error when CFG80211 is not selected 2015-09-29 04:27:22 +02:00
Makefile staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 frames 2015-09-18 19:53:50 -07:00
TODO