mirror of https://github.com/hak5/openwrt.git
ar71xx: add external_reset field to ath9k_platform_data
SVN-Revision: 27082lede-17.01
parent
f0c7b93e5d
commit
af4cae4498
|
@ -31,6 +31,7 @@ struct ath9k_platform_data {
|
|||
|
||||
bool is_clk_25mhz;
|
||||
int (*get_mac_revision)(void);
|
||||
int (*external_reset)(void);
|
||||
};
|
||||
|
||||
#endif /* _LINUX_ATH9K_PLATFORM_H */
|
||||
|
|
Loading…
Reference in New Issue