This wifi driver was missing before. This driver uses the cfg80211 so we should ship it. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/defconfigs/wifi | 3 +++ copy-list | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/backport/defconfigs/wifi b/backport/defconfigs/wifi index 7e79612..e329440 100644 --- a/backport/defconfigs/wifi +++ b/backport/defconfigs/wifi @@ -12,6 +12,7 @@ CPTCFG_ATH6KL_USB=m CPTCFG_ATH9K_HTC=m CPTCFG_ATH9K=m CPTCFG_ATH_CARDS=m +CPTCFG_ATMEL=m CPTCFG_B43LEGACY=m CPTCFG_B43=m CPTCFG_B43_PCMCIA=y @@ -68,7 +69,9 @@ CPTCFG_P54_COMMON=m CPTCFG_P54_PCI=m CPTCFG_P54_SPI=m CPTCFG_P54_USB=m +CPTCFG_PCI_ATMEL=m CPTCFG_PCI_HERMES=m +CPTCFG_PCMCIA_ATMEL=m CPTCFG_PCMCIA_HERMES=m CPTCFG_PCMCIA_SPECTRUM=m CPTCFG_PLX_HERMES=m diff --git a/copy-list b/copy-list index 7c01a43..3c94979 100644 --- a/copy-list +++ b/copy-list @@ -57,6 +57,10 @@ include/linux/bcma/ drivers/net/wireless/airo.c drivers/net/wireless/airo_cs.c drivers/net/wireless/airo.h +drivers/net/wireless/atmel.c +drivers/net/wireless/atmel_cs.c +drivers/net/wireless/atmel.h +drivers/net/wireless/atmel_pci.c drivers/net/wireless/b43/ drivers/net/wireless/b43legacy/ drivers/net/wireless/brcm80211/ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html