rc80211_pid: Fix fast_start parameter handling
authorMattias Nissler <mattias.nissler@gmx.de>
Mon, 7 Jul 2008 21:08:19 +0000 (23:08 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Jul 2008 20:16:31 +0000 (16:16 -0400)
commitadeed48090fc370afa0db8d007748ee72a40b578
treea68a360ef3d1fb9c9962a3c894ed51850753bcad
parent32e8d4948bb0b5f3f0ac5cdb71d0ac8e305b29a5
rc80211_pid: Fix fast_start parameter handling

This removes the fast_start parameter from the rc_pid parameters
information and instead uses the parameter macro when initializing
the rc_pid state. Since the parameter is only used on initialization,
there is no point of making exporting it via debugfs. This also fixes
uninitialized memory references to the fast_start and norm_offset
parameters detected by the kmemcheck utility.  Thanks to Vegard Nossum
for reporting the bug.

Signed-off-by: Mattias Nissler <mattias.nissler@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_pid.h
net/mac80211/rc80211_pid_algo.c