-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git…
…/linville/wireless-2.6
- Loading branch information
Showing
27 changed files
with
31,609 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
config ATH9K | ||
tristate "Atheros 802.11n wireless cards support" | ||
depends on PCI && MAC80211 && WLAN_80211 | ||
---help--- | ||
This module adds support for wireless adapters based on | ||
Atheros IEEE 802.11n AR5008 and AR9001 family of chipsets. | ||
|
||
If you choose to build a module, it'll be called ath9k. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ath9k-y += hw.o \ | ||
phy.o \ | ||
regd.o \ | ||
beacon.o \ | ||
main.o \ | ||
recv.o \ | ||
xmit.o \ | ||
rc.o \ | ||
core.o | ||
|
||
obj-$(CONFIG_ATH9K) += ath9k.o |
Oops, something went wrong.