From: Wey-Yi Guy Date: Fri, 8 Jan 2010 18:04:41 +0000 (-0800) Subject: iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONAL X-Git-Tag: v2.6.34-rc1~233^2~556^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05279711b9a59ac10e0b6e5f3a7447886c72704;p=pandora-kernel.git iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONAL mac80211 do not check the return code now, what if mac80211 does start using the return code? IEEE80211_AMPDU_TX_OPERATIONAL is a valid action, just iwlwifi driver do not need to take any action for it; so instead of return "-EINVAL", it is a good program practice to return "-EOPNOTSUPP" to make sure mac80211 will not get wrong impression. Signed-off-by: Wey-Yi Guy Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed