android_kernel_xiaomi_sm8350/net/mac80211
Steven Rostedt a1f2aa1be2 fix irq flags in mac80211 code
A file in the net/mac80211 directory uses "int" for flags.  This can cause
hard to find bugs on some architectures.  This patch converts the flags to use
"long" instead.

This bug was discovered by doing an allyesconfig make on the -rt kernel where
checks are done to ensure all flags are of size sizeof(long).

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-08 10:46:55 -07:00
..
aes_ccm.c
aes_ccm.h
cfg.c mac80211: allow WDS mode 2008-04-16 15:59:57 -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 mac80211: use 4-byte mesh sequence number 2008-04-30 20:34:26 -04:00
iface.c
Kconfig wireless: Fix compile error with wifi & leds 2008-04-27 15:34:55 -07:00
key.c mac80211: fix key todo list order 2008-04-16 15:59:57 -04:00
key.h
led.c
led.h
main.c mac80211: Do not free net device after it is unregistered. 2008-05-04 17:59:30 -07:00
Makefile
mesh_hwmp.c asm/unaligned.h doesn't work well as the very first include 2008-04-27 10:09:32 -07:00
mesh_pathtbl.c
mesh_plink.c
mesh.c mac80211: use 4-byte mesh sequence number 2008-04-30 20:34:26 -04:00
mesh.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 2008-05-01 02:06:32 -07:00
michael.c
michael.h
mlme.c mac80211: Fix race between ieee80211_rx_bss_put and lookup routines. 2008-04-23 21:25:35 -04:00
rate.c
rate.h
rc80211_pid_algo.c
rc80211_pid_debugfs.c fix irq flags in mac80211 code 2008-05-08 10:46:55 -07:00
rc80211_pid.h
rx.c net/mac80211/rx.c: fix off-by-one 2008-04-23 21:25:35 -04:00
sta_info.c
sta_info.h
tkip.c mac80211: incorrect shift direction 2008-04-30 20:34:26 -04:00
tkip.h
tx.c
util.c
wep.c
wep.h
wext.c mac80211: allow WDS mode 2008-04-16 15:59:57 -04:00
wme.c mac80211: fix use before check of Qdisc length 2008-04-23 21:25:35 -04:00
wme.h
wpa.c
wpa.h