commit | 97359d1235eaf634fe706c9faa6e40181cc95fb8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Aug 10 09:46:38 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 16 16:45:11 2010 -0400 |
tree | 5799455c94622eaa6a4fb065bd3b5c350bb705e0 | |
parent | 915a824e30c503157c38115eb6a85f60bb653738 [diff] |
mac80211: use cipher suite selectors Currently, mac80211 translates the cfg80211 cipher suite selectors into ALG_* values. That isn't all too useful, and some drivers benefit from the distinction between WEP40 and WEP104 as well. Therefore, convert it all to use the cipher suite selectors. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>