ath9k_hw: initialize ah->slottime
authorFelix Fietkau <nbd@openwrt.org>
Mon, 13 Dec 2010 07:40:50 +0000 (08:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 13 Dec 2010 20:23:32 +0000 (15:23 -0500)
commit4357c6bfc83d4e8b1f18588f640be27bf4b0d0f7
tree1336bb08c4b9a440c88011936c002c10b8061e64
parent452d7dd816744efb5d0c22c2b038f2ffa5c7ec14
ath9k_hw: initialize ah->slottime

(u32) -1 is not particularly useful as a slottime default, so even though
the ath9k_hw default should never get used, it's better to pick something
sane here.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c