Add and enable at76.patch wireless driver for Atmel USB cards.

svn path=/dists/trunk/linux-2.6/; revision=10060
This commit is contained in:
Maximilian Attems 2008-01-06 23:52:25 +00:00
parent 818a5c97ea
commit 718137d42c
4 changed files with 6932 additions and 1 deletions

3
debian/changelog vendored
View File

@ -30,6 +30,7 @@ linux-2.6 (2.6.24~rc7-1~experimental.1) UNRELEASED; urgency=low
* [i386] Enable PARAVIRT_GUEST. (closes: #457562)
* [amd64, i386] Enable CPU_IDLE for software-controlled idle pm.
* [amd64, i386] Enable IT8712F_WDT, FB_EFI.
* Add and enable at76.patch wireless driver for Atmel USB cards.
[ Bastian Blank ]
* [amd64, i386]: Set kernel architecture to x86.
@ -50,7 +51,7 @@ linux-2.6 (2.6.24~rc7-1~experimental.1) UNRELEASED; urgency=low
[ Frederik Schüler ]
* Add GFS2 locking symbols export patch.
-- maximilian attems <maks@debian.org> Sun, 06 Jan 2008 23:38:05 +0100
-- maximilian attems <maks@debian.org> Mon, 07 Jan 2008 00:46:11 +0100
linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low

View File

@ -938,6 +938,7 @@ CONFIG_ADM8211=m
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
CONFIG_P54_PCI=m
CONFIG_USB_ATMEL=m
CONFIG_IWLWIFI=y
# CONFIG_IWLWIFI_DEBUG is not set
CONFIG_IWLWIFI_SENSITIVITY=y

6928
debian/patches/features/at76.patch vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -39,3 +39,4 @@
+ bugfix/arm/disable-video_bt848.patch
+ bugfix/arm/disable-scsi_acard.patch
+ bugfix/all/git-ieee1394.patch
+ features/at76.patch