Commit cb500a7c authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by John W. Linville

brcmsmac: remove dependency on CRC8 and CRC_CCITT

There is no code in brcmsmac that uses a function from CRC8 or
CRC_CCITT any more. Building brcmsmac with these two disabled works
without any problems. This was probably only used by the bus code which
was replaced by bcma some time ago.
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Acked-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent fc70ff72
...@@ -8,8 +8,6 @@ config BRCMSMAC ...@@ -8,8 +8,6 @@ config BRCMSMAC
select BCMA select BCMA
select BRCMUTIL select BRCMUTIL
select FW_LOADER select FW_LOADER
select CRC_CCITT
select CRC8
select CORDIC select CORDIC
---help--- ---help---
This module adds support for PCIe wireless adapters based on Broadcom This module adds support for PCIe wireless adapters based on Broadcom
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment