ar8216: introduce enable_eee swconfig attribute to control 802.3az EEE per port
[openwrt.git] / target / linux / generic / files / drivers / net / phy / ar8327.h
index c606972..1877f00 100644 (file)
@@ -219,6 +219,9 @@ struct ar8327_data {
 
        struct ar8327_led **leds;
        unsigned int num_leds;
+
+       /* all fields below are cleared on reset */
+       bool eee[AR8XXX_NUM_PHYS];
 };
 
 #endif