From: Jouni Malinen Date: Thu, 8 Jan 2009 11:32:12 +0000 (+0200) Subject: ath9k: Fix set_key error codes X-Git-Tag: v2.6.30-rc1~662^2~836^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca470b29027f093d8d63abc0fa401cf4f72e427b;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed