projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: implement extended channel utilization statistics via survey
[openwrt.git]
/
package
/
mac80211
/
patches
/
405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch
diff --git
a/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch
b/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch
index
2f33d2e
..
bbf46a0
100644
(file)
--- a/
package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch
+++ b/
package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch
@@
-7,8
+7,8
@@
+#include <linux/ath9k_platform.h>
#include "ath9k.h"
+#include <linux/ath9k_platform.h>
#include "ath9k.h"
- static
struct pci_device_id ath_pci_id_table[] __devinitdata
= {
-@@ -
61,21 +62,36 @@ static void ath_pci_cleanup(struct ath_
c
+ static
DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table)
= {
+@@ -
53,21 +54,36 @@ static void ath_pci_read_cachesize(stru
c
static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data)
{
static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data)
{
This page took
0.018802 seconds
and
4
git commands to generate.