linux-stable-rt/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
..
Kconfig
Makefile
aes_ccm.c
aes_ccm.h
cfg.c
cfg.h
debugfs.c
debugfs.h
debugfs_key.c
debugfs_key.h
debugfs_netdev.c
debugfs_netdev.h
debugfs_sta.c
debugfs_sta.h
event.c
ieee80211_i.h
iface.c
key.c
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
mesh.c
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
mesh_hwmp.c
mesh_pathtbl.c
mesh_plink.c
michael.c
michael.h
mlme.c
rate.c
rate.h
rc80211_pid.h
rc80211_pid_algo.c
rc80211_pid_debugfs.c fix irq flags in mac80211 code 2008-05-08 10:46:55 -07:00
rx.c
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
wme.c
wme.h
wpa.c
wpa.h