rt2x00: Fix access permissions on debugfs files
authorIvo van Doorn <ivdoorn@gmail.com>
Sun, 27 Jul 2008 13:06:05 +0000 (15:06 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 1 Aug 2008 19:31:34 +0000 (15:31 -0400)
commitd2b690714cd7d328561bfb9bf941edd6a3316a85
treeee86931bb3a52998ba29266d038d8e219aba3824
parent7c7e6af37dad30632103497a72a1273d18ec55fe
rt2x00: Fix access permissions on debugfs files

Although most rt2x00 debugfs files don't contain
information which could compromise network security,
it is better to set the access permissions to root only.

This will be required when HW crypto is implemented,
because it could be possible to read the HW key from
the registers.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00debug.c