iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONAL
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 8 Jan 2010 18:04:41 +0000 (10:04 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Jan 2010 19:02:11 +0000 (14:02 -0500)
commitf05279711b9a59ac10e0b6e5f3a7447886c72704
tree4da9c8ea7643c2f27008a9fc8b33f88106556173
parent90be561b119a9e5439733f09cc70bd4ce9ec8022
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 <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn.c