android_kernel_xiaomi_sm8350/net/mac80211
Senthil Balasubramanian c97c23e386 mac80211: fix alignment issue with compare_ether_addr()
This addresses an alignment issue with compare_ether_addr().
The addresses passed to compare_ether_addr should be two bytes aligned.
It may function properly in x86 platform. However may not work properly
on IA-64 or ARM processor.

This also fixes a typo in mlme.c where the sk_buff struct name is incorect.
Though sizeof() works for any incorrect structure pointer name as its just
a pointer length that we want, lets just fix it.

Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-05-28 16:43:50 -04:00
..
aes_ccm.c
aes_ccm.h
cfg.c net/mac80211: always true conditionals 2008-05-28 16:43:41 -04:00
cfg.h
debugfs_key.c
debugfs_key.h
debugfs_netdev.c
debugfs_netdev.h
debugfs_sta.c
debugfs_sta.h
debugfs.c
debugfs.h
event.c
ieee80211_i.h
iface.c
Kconfig
key.c
key.h
led.c
led.h
main.c mac80211: fix a typo in ieee80211_handle_filtered_frame comment 2008-05-28 16:43:49 -04:00
Makefile
mesh_hwmp.c
mesh_pathtbl.c
mesh_plink.c
mesh.c
mesh.h
michael.c
michael.h
mlme.c mac80211: fix alignment issue with compare_ether_addr() 2008-05-28 16:43:50 -04:00
rate.c
rate.h
rc80211_pid_algo.c
rc80211_pid_debugfs.c
rc80211_pid.h
rx.c mac80211: fix alignment issue with compare_ether_addr() 2008-05-28 16:43:50 -04:00
sta_info.c
sta_info.h
tkip.c
tkip.h
tx.c mac80211: Use skb_header_cloned() on TX path. 2008-05-12 21:59:32 -07:00
util.c mac80211: fix alignment issue with compare_ether_addr() 2008-05-28 16:43:50 -04:00
wep.c
wep.h
wext.c mac80211 : Fixes the status message for iwconfig 2008-05-28 16:43:46 -04:00
wme.c
wme.h
wpa.c
wpa.h