diff options
author | David Kilroy <kilroyd@gmail.com> | 2008-08-21 18:28:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 19:28:07 -0400 |
commit | 23edcc4147ad36f8d55f0eb79c21e245ffb9f211 (patch) | |
tree | 20aaa2208d7ba51769639bcedd6be3bc3cd8673c /drivers/net/wireless/Kconfig | |
parent | 31afcef385bb8bf528c6fbe05b359af9f456f02a (diff) |
orinoco: Add MIC on TX and check on RX
Use the MIC algorithm from the crypto subsystem.
Signed-off-by: David Kilroy <kilroyd@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index ea7da7117f4d..45bdf0b339bb 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -336,6 +336,8 @@ config HERMES | |||
336 | depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211 | 336 | depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211 |
337 | select WIRELESS_EXT | 337 | select WIRELESS_EXT |
338 | select FW_LOADER | 338 | select FW_LOADER |
339 | select CRYPTO | ||
340 | select CRYPTO_MICHAEL_MIC | ||
339 | ---help--- | 341 | ---help--- |
340 | A driver for 802.11b wireless cards based on the "Hermes" or | 342 | A driver for 802.11b wireless cards based on the "Hermes" or |
341 | Intersil HFA384x (Prism 2) MAC controller. This includes the vast | 343 | Intersil HFA384x (Prism 2) MAC controller. This includes the vast |