]> git.baikalelectronics.ru Git - kernel.git/commit
fix irq flags in mac80211 code
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 1 May 2008 22:58:17 +0000 (15:58 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 May 2008 01:18:04 +0000 (21:18 -0400)
commitfa172e633b985629eebb0a4102e2bbff0918ad4a
tree79e3a9bd3b6cec7bda0fc0ab60f0e7f6af7a7f15
parentd07516730ab4ac1f7cb7c32c957ced76feda887f
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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_pid_debugfs.c