Bug#636353: kernel-wedge: nic-wireless-modules missing carl9170

2011-08-02 Thread Stefan Lippers-Hollmann
Package: kernel-wedge
Version: 2.78
Severity: normal
Tags: d-i

Hi

/lib/modules/$(uname -r)/kernel/drivers/net/wireless/ath/carl9170/carl9170.ko
is omitted in kernel-wedge, which is needed to support Atheros AR9170 
802.11n USB wlan devices:

[ 4818.243562] usb 3-1.3: new high speed USB device number 10 using ehci_hcd
[ 4818.380140] usb 3-1.3: New USB device found, idVendor=0cf3, idProduct=9170
[ 4818.380145] usb 3-1.3: New USB device strings: Mfr=16, Product=32, 
SerialNumber=48
[ 4818.380148] usb 3-1.3: Product: USB2.0 WLAN
[ 4818.380150] usb 3-1.3: Manufacturer: ATHER
[ 4818.380152] usb 3-1.3: SerialNumber: 12345
[ 4818.453938] usb 3-1.3: reset high speed USB device number 10 using ehci_hcd
[ 4819.086308] usb 3-1.3: driver   API: 1.9.2 2011-01-22 [1-1]
[ 4819.086314] usb 3-1.3: firmware API: 1.9.4 2011-06-30
[ 4819.086318] usb 3-1.3: Unprotected firmware image.
[ 4819.086322] usb 3-1.3: driver does not support all firmware features.
[ 4819.439453] ath: EEPROM regdomain: 0x65
[ 4819.439456] ath: EEPROM indicates we should expect a direct regpair map
[ 4819.439459] ath: Country alpha2 being used: 00
[ 4819.439461] ath: Regpair used: 0x65
[ 4819.439549] ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'
[ 4819.441584] Registered led device: carl9170-phy3::tx
[ 4819.441605] Registered led device: carl9170-phy3::assoc
[ 4819.441608] usb 3-1.3: Atheros AR9170 is registered as 'phy3'

A patch aganst kernel-wedge/ nic-wireless-modules follows, once I know 
the bug number.

Regards
Stefan Lippers-Hollmann


signature.asc
Description: This is a digitally signed message part.


Bug#636353: kernel-wedge: nic-wireless-modules missing carl9170

2011-08-02 Thread Stefan Lippers-Hollmann
tags 636353 + patch
thanks

Hi

Attached is the promised patch against kernel-wedge/ 
nic-wireless-modules.

Regards
Stefan Lippers-Hollmann

From bb3ed72e0f3a761e7fed7fb1c389f145ec182b5b Mon Sep 17 00:00:00 2001
From: Stefan Lippers-Hollmann s@gmx.de
Date: Tue, 2 Aug 2011 16:33:24 +0200
Subject: [PATCH] add carl9170 to nic-wireless-modules

It's needed to support Atheros 9170 USB wlan cards. Closes: #636353.

Signed-off-by: Stefan Lippers-Hollmann s@gmx.de
---
This applies after 0002-add-ath9k_htc-to-nic-wireless-modules-in-oder-to-sup
submitted in #636321.

 debian/changelog |4 +++-
 modules/nic-wireless-modules |1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67d27fc..16d683d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ kernel-wedge (2.79) UNRELEASED; urgency=low
 nic-wireless-modules, needed for e.g. ipw2x00 wlan modules. Closes: #636259.
   * add ath9k_htc to nic-wireless-modules, in oder to support Atheros AR9271
 USB wlan cards. Closes: #636321.
+  * add carl9170 to nic-wireless-modules, in oder to support Atheros 9170
+USB wlan cards. Closes: #636351.
 
- -- Stefan Lippers-Hollmann s@gmx.de  Tue, 02 Aug 2011 16:29:19 +0200
+ -- Stefan Lippers-Hollmann s@gmx.de  Tue, 02 Aug 2011 16:31:16 +0200
 
 kernel-wedge (2.78) unstable; urgency=low
 
diff --git a/modules/nic-wireless-modules b/modules/nic-wireless-modules
index 37173ec..d1beca1 100644
--- a/modules/nic-wireless-modules
+++ b/modules/nic-wireless-modules
@@ -16,6 +16,7 @@ usb8xxx ?
 ath5k ?
 ath9k ?
 ath9k_htc ?
+carl9170 ?
 iwlagn ?
 iwl3945 ?
 b43 ?
-- 
1.7.5.4



signature.asc
Description: This is a digitally signed message part.