From: Rafał Miłecki Date: Thu, 14 Jul 2011 19:49:18 +0000 (+0200) Subject: ssb: SPROM: add LED duty cycle fields X-Git-Tag: v3.1-rc1~255^2~14^2^2~82 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=09779aded8ab0ef475427d4f037a7bd5c74d5faa ssb: SPROM: add LED duty cycle fields Signed-off-by: Rafał Miłecki Signed-off-by: John W. Linville --- diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h index b0928c10111b..8623217f84d0 100644 --- a/include/linux/ssb/ssb.h +++ b/include/linux/ssb/ssb.h @@ -27,6 +27,8 @@ struct ssb_sprom { u8 et1mdcport; /* MDIO for enet1 */ u8 board_rev; /* Board revision number from SPROM. */ u8 country_code; /* Country Code */ + u16 leddc_on_time; /* LED Powersave Duty Cycle On Count */ + u16 leddc_off_time; /* LED Powersave Duty Cycle Off Count */ u8 ant_available_a; /* 2GHz antenna available bits (up to 4) */ u8 ant_available_bg; /* 5GHz antenna available bits (up to 4) */ u16 pa0b0;