All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8 v2] compat-wireless: ath9kl and compat_autoconf.h fixes
@ 2010-09-11 16:18 Hauke Mehrtens
  2010-09-11 16:18 ` Hauke Mehrtens
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: Hauke Mehrtens @ 2010-09-11 16:18 UTC (permalink / raw)
  To: lrodriguez; +Cc: linux-wireless, mcgrof, Hauke Mehrtens

This series contains some fixes for the ath6kl driver, the 
compat_autoconf.h file now contains most of the conditions from 
config.mk and some fixes for CONFIG_WIRELESS_EXT=n were added.

This patch series was build tested with kernel 2.6.24 to 2.6.37.
It was build tested with kernel config:
 * CONFIG_WIRELESS_EXT=n + CONFIG_CFG80211_WEXT=n
 * CONFIG_WIRELESS_EXT=n + CONFIG_CFG80211_WEXT=y
 * CONFIG_WIRELESS_EXT=y + CONFIG_CFG80211_WEXT=n
 * CONFIG_WIRELESS_EXT=y + CONFIG_CFG80211_WEXT=y

v1 -> v2:
 * split "add conditions form config into compat_autoconf.h"
 * reorder patches
 * add brcm80211 driver

Hauke Mehrtens (8):
  compat-wireless: handle depending on something build as module
  compat-wireless: make atk6kl build with older kernels
  compat-wireless: fix for CONFIG_WIRELESS_EXT=n
  compat-wireless: build if kernel does not have mac80211
  compat-wireless: add conditions form config into compat_autoconf.h
  compat-wireless: Add warning if wext is deactivated
  compat-wireless: remove special handling for CONFIG_CFG80211_WEXT
  compat-wireless: add brcm80211 driver

 Makefile                                     |    1 +
 config.mk                                    |  139 ++++++++++++++------------
 patches/10-add-wext-handlers-to-netdev.patch |    8 ++-
 patches/33-autoconf.patch                    |   15 +++
 patches/34-backport-bin_attribute.patch      |   47 +++++++++
 patches/35-backport-brcm80211-Makefile.patch |   11 ++
 scripts/admin-update.sh                      |    1 +
 scripts/gen-compat-autoconf.sh               |    8 +-
 8 files changed, 161 insertions(+), 69 deletions(-)
 create mode 100644 patches/33-autoconf.patch
 create mode 100644 patches/34-backport-bin_attribute.patch
 create mode 100644 patches/35-backport-brcm80211-Makefile.patch


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2010-10-05 19:14 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-11 16:18 [PATCH 0/8 v2] compat-wireless: ath9kl and compat_autoconf.h fixes Hauke Mehrtens
2010-09-11 16:18 ` Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 1/8] compat-wireless: handle depending on something build as module Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 2/8] compat-wireless: make atk6kl build with older kernels Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 3/8] compat-wireless: fix for CONFIG_WIRELESS_EXT=n Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 4/8] compat-wireless: build if kernel does not have mac80211 Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 5/8] compat-wireless: add conditions form config into compat_autoconf.h Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 6/8] compat-wireless: Add warning if wext is deactivated Hauke Mehrtens
2010-09-12 20:20   ` Johannes Berg
2010-09-12 20:35     ` Hauke Mehrtens
2010-09-12 21:09       ` Hauke Mehrtens
2010-10-02 16:55         ` [PATCH] compat-wireless: introduce driver-select group for atlxx Walter Goldens
     [not found]           ` <362796.1111.qm@web56806.mail.re3.yahoo.com>
2010-10-05 19:11             ` Luis R. Rodriguez
2010-10-05 19:14           ` Luis R. Rodriguez
2010-09-12 21:11       ` [PATCH 6/8 v2] compat-wireless: Add warning if wext is deactivated Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 7/8] compat-wireless: remove special handling for CONFIG_CFG80211_WEXT Hauke Mehrtens
2010-09-11 16:18 ` [PATCH 8/8] compat-wireless: add brcm80211 driver Hauke Mehrtens
2010-09-12 17:16   ` Gábor Stefanik
2010-09-12 17:29     ` Michael Büsch
2010-09-12 17:36       ` Gábor Stefanik
2010-09-12 21:34         ` Luis R. Rodriguez
2010-09-14  4:18           ` Henry Ptasinski
2010-09-13 18:27 ` [PATCH 0/8 v2] compat-wireless: ath9kl and compat_autoconf.h fixes Luis R. Rodriguez

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.