All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: backports@vger.kernel.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 4/7] backports: add Cisco/Aironet (AIRO) driver
Date: Mon,  6 Apr 2015 00:13:17 +0200	[thread overview]
Message-ID: <1428272000-19929-5-git-send-email-hauke@hauke-m.de> (raw)
In-Reply-To: <1428272000-19929-1-git-send-email-hauke@hauke-m.de>

This wifi driver was missing before.
This driver uses the cfg80211 so we should ship it.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 backport/defconfigs/wifi | 2 ++
 copy-list                | 3 +++
 dependencies             | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/backport/defconfigs/wifi b/backport/defconfigs/wifi
index 96496ed..7e79612 100644
--- a/backport/defconfigs/wifi
+++ b/backport/defconfigs/wifi
@@ -1,5 +1,7 @@
 CPTCFG_ADM8211=m
 CPTCFG_AR5523=m
+CPTCFG_AIRO=m
+CPTCFG_AIRO_CS=m
 CPTCFG_AT76C50X_USB=m
 CPTCFG_ATH10K=m
 CPTCFG_ATH10K_PCI=m
diff --git a/copy-list b/copy-list
index b581e26..7c01a43 100644
--- a/copy-list
+++ b/copy-list
@@ -54,6 +54,9 @@ drivers/ssb/
 include/linux/ssb/
 drivers/bcma/
 include/linux/bcma/
+drivers/net/wireless/airo.c
+drivers/net/wireless/airo_cs.c
+drivers/net/wireless/airo.h
 drivers/net/wireless/b43/
 drivers/net/wireless/b43legacy/
 drivers/net/wireless/brcm80211/
diff --git a/dependencies b/dependencies
index eead0c5..ba41d25 100644
--- a/dependencies
+++ b/dependencies
@@ -9,6 +9,10 @@ WL1251_SPI 3.5
 WL1251_SDIO 3.15
 WLCORE_SDIO 3.15
 
+# This driver uses the remove_proc_subtree() function.
+AIRO 3.9
+AIRO_CS 3.9
+
 # Media
 MEDIA_SUPPORT 3.2
 USB_GSPCA_OV534 3.5
-- 
1.9.1


  parent reply	other threads:[~2015-04-05 22:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-05 22:13 [PATCH 0/7] backports: bring backports to next-20150313 Hauke Mehrtens
2015-04-05 22:13 ` [PATCH 1/7] headers: add sock_skb_cb_check_size() Hauke Mehrtens
2015-04-05 22:13 ` [PATCH 2/7] patches: adapt function signature of recvmsg sendmsg Hauke Mehrtens
2015-04-05 22:13 ` [PATCH 3/7] patches: add missing import to rhashtable Hauke Mehrtens
2015-04-07  7:05   ` Johannes Berg
2015-04-05 22:13 ` Hauke Mehrtens [this message]
2015-04-05 22:13 ` [PATCH 5/7] backports: add Atmel at76c50x PCI and PCMCIA driver Hauke Mehrtens
2015-04-05 22:13 ` [PATCH 6/7] backports: add USB ZD1201 driver Hauke Mehrtens
2015-04-05 22:13 ` [PATCH 7/7] patches: refresh on next-20150313 Hauke Mehrtens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428272000-19929-5-git-send-email-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=backports@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.