linux/drivers/net/wireless
Joe Perches 2c208890c6 wireless: Remove casts to same type
Adding casts of objects to the same type is unnecessary
and confusing for a human reader.

For example, this cast:

        int y;
        int *p = (int *)&y;

I used the coccinelle script below to find and remove these
unnecessary casts.  I manually removed the conversions this
script produces of casts with __force, __iomem and __user.

@@
type T;
T *p;
@@

-       (T *)p
+       p

Neatened the mwifiex_deauthenticate_infra function which
was doing odd things with array pointers and not using
is_zero_ether_addr.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-06 09:31:33 -07:00
..
ath wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
b43 b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcie 2012-05-16 12:46:33 -04:00
b43legacy wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
brcm80211 wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
hostap wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
ipw2x00 wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
iwlegacy drivers/net: Convert compare_ether_addr to ether_addr_equal 2012-05-10 23:33:01 -04:00
iwlwifi wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
iwmc3200wifi
libertas wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
libertas_tf wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
mwifiex wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
orinoco USB 3.5-rc1 pull request 2012-05-22 15:50:46 -07:00
p54 wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
prism54 wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
rt2x00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-24 11:54:29 -07:00
rtl818x USB 3.5-rc1 pull request 2012-05-22 15:50:46 -07:00
rtlwifi wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
ti wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
zd1211rw wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
adm8211.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
adm8211.h
airo.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
airo.h
airo_cs.c
at76c50x-usb.c USB 3.5-rc1 pull request 2012-05-22 15:50:46 -07:00
at76c50x-usb.h
atmel.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
atmel.h
atmel_cs.c
atmel_pci.c
Kconfig
mac80211_hwsim.c mac80211_hwsim: Fix rate control by correctly reporting transmission counts 2012-05-15 17:27:27 -04:00
mac80211_hwsim.h
Makefile
mwl8k.c drivers/net: Convert compare_ether_addr to ether_addr_equal 2012-05-10 23:33:01 -04:00
ray_cs.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
ray_cs.h
rayctl.h
rndis_wlan.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-24 11:54:29 -07:00
wl3501.h
wl3501_cs.c
zd1201.c USB: Disable hub-initiated LPM for comms devices. 2012-05-18 15:42:55 -07:00
zd1201.h