udeb: Add missing modules to nic-wireless-modules

Apply patches from Stefan Lippers-Hollmann, originally against kernel-wedge.

svn path=/dists/trunk/linux-2.6/; revision=18593
This commit is contained in:
Ben Hutchings 2012-01-19 05:51:50 +00:00
parent 37948c08d3
commit 92fcd72d7c
2 changed files with 15 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,6 +1,11 @@
linux-2.6 (3.2.1-2) UNRELEASED; urgency=low
*
[ Stefan Lippers-Hollmann ]
* udeb: Add missing modules to nic-wireless-modules:
- lib80211 encryption algorithms (lib80211_crypt_{wep,ccmptkip})
needed for e.g. ipw2x00 wlan modules (Closes: #636259)
- ath9k_htc, carl9170 and rt2800{pci,usb} drivers
(Closes: #636321, #636351, #636385)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 19 Jan 2012 05:42:57 +0000

View File

@ -15,18 +15,26 @@ wavelan ?
usb8xxx ?
ath5k ?
ath9k ?
ath9k_htc ?
carl9170 ?
iwlwifi ?
iwl3945 ?
b43 ?
brcmsmac ?
# rt2x00 drivers
rt2400pci ?
rt2500pci ?
rt2500usb ?
rt2400pci ?
rt2800pci ?
rt2800usb ?
rt61pci ?
rt73usb ?
# lib80211 encryption algorithms
lib80211_crypt_wep ?
lib80211_crypt_ccmp ?
lib80211_crypt_tkip ?
# Crypto modules needed for ieee80211 WEP support
ecb ?