ath9k: Fix set_key error codes
authorJouni Malinen <j@w1.fi>
Thu, 8 Jan 2009 11:32:12 +0000 (13:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:09 +0000 (16:00 -0500)
commitca470b29027f093d8d63abc0fa401cf4f72e427b
tree58a416c9c90b26ee0fdee23d8a500f31db94d12f
parent4375d08350e3661d5e8860d33eea084e47ba01cf
ath9k: Fix set_key error codes

Return -EOPNOTSUPP if the algorithm is not supported and -ENOSPC if
there is no room in the key cache. This avoids KERN_ERR printk in
mac80211 for "errors" that are actually expected to happen in normal
operating conditions.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c