wireless: move some utility functions from mac80211 to cfg80211
The patch moves some utility functions from mac80211 to cfg80211. Because these functions are doing generic 802.11 operations so they are not mac80211 specific. The moving allows some fullmac drivers to be also benefit from these utility functions. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a971be223f
commit
e31a16d6f6
14 changed files with 375 additions and 230 deletions
|
@ -33,7 +33,7 @@ enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key)
|
|||
{
|
||||
switch (key->alg) {
|
||||
case ALG_WEP:
|
||||
if (key->keylen == LEN_WEP40)
|
||||
if (key->keylen == WLAN_KEY_LEN_WEP40)
|
||||
return CIPHER_WEP64;
|
||||
else
|
||||
return CIPHER_WEP128;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue