-
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.
yaml --- r: 108032 b: refs/heads/master c: f078f20 h: refs/heads/master v: v3
- Loading branch information
Luis R. Rodriguez
authored and
John W. Linville
committed
Aug 7, 2008
1 parent
9592a77
commit f6d255e
Showing
24 changed files
with
31,695 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b1a5215004130689aeee9e522585c879d3b71472 | ||
refs/heads/master: f078f209704849c86bd43c0beccfc1f410ed1c66 |
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.