diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 18:01:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 18:01:06 +0000 |
commit | 522e6f6a47537f7ddbbb905155d7ccd6e756ca2e (patch) | |
tree | db5d61313275e578208edea0e76c1663cadab53f /target/linux | |
parent | d1ec33fe546995c3596bd579dbbc838ef055c6bf (diff) | |
download | upstream-522e6f6a47537f7ddbbb905155d7ccd6e756ca2e.tar.gz upstream-522e6f6a47537f7ddbbb905155d7ccd6e756ca2e.tar.bz2 upstream-522e6f6a47537f7ddbbb905155d7ccd6e756ca2e.zip |
ar71xx: update ath9k_platform.h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18585 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/include/linux/ath9k_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/include/linux/ath9k_platform.h b/target/linux/ar71xx/files/include/linux/ath9k_platform.h index 3fbe9b25c4..9fb8c6e422 100644 --- a/target/linux/ar71xx/files/include/linux/ath9k_platform.h +++ b/target/linux/ar71xx/files/include/linux/ath9k_platform.h @@ -15,6 +15,7 @@ struct ath9k_platform_data { u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS]; + u8 *macaddr; }; #endif /* _LINUX_ATH9K_PLATFORM_H */ |