Add and enable ath5k.patch wireless driver for Atheros 5xxx cards.

tested by Stephen Gran <sgran@debian.org>

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

3
debian/changelog vendored
View File

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

View File

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

17466
debian/patches/features/ath5k.patch vendored Normal file

File diff suppressed because it is too large Load Diff

View File

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