OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 21... Line 21...
21 drivers/net/ethernet/intel/e1000e/netdev.c | 4 ++-- 21 drivers/net/ethernet/intel/e1000e/netdev.c | 4 ++--
22 1 file changed, 2 insertions(+), 2 deletions(-) 22 1 file changed, 2 insertions(+), 2 deletions(-)
Line 23... Line 23...
23   23  
24 --- a/drivers/net/ethernet/intel/e1000e/netdev.c 24 --- a/drivers/net/ethernet/intel/e1000e/netdev.c
25 +++ b/drivers/net/ethernet/intel/e1000e/netdev.c 25 +++ b/drivers/net/ethernet/intel/e1000e/netdev.c
Line 26... Line 26...
26 @@ -5067,7 +5067,7 @@ static bool e1000e_has_link(struct e1000 26 @@ -5078,7 +5078,7 @@ static bool e1000e_has_link(struct e1000
27 27
28 /* get_link_status is set on LSC (link status) interrupt or 28 /* get_link_status is set on LSC (link status) interrupt or
29 * Rx sequence error interrupt. get_link_status will stay 29 * Rx sequence error interrupt. get_link_status will stay
30 - * false until the check_for_link establishes link 30 - * false until the check_for_link establishes link
31 + * true until the check_for_link establishes link 31 + * true until the check_for_link establishes link
32 * for copper adapters ONLY 32 * for copper adapters ONLY
33 */ 33 */
34 switch (hw->phy.media_type) { 34 switch (hw->phy.media_type) {
35 @@ -5085,7 +5085,7 @@ static bool e1000e_has_link(struct e1000 35 @@ -5096,7 +5096,7 @@ static bool e1000e_has_link(struct e1000
36 break; 36 break;
37 case e1000_media_type_internal_serdes: 37 case e1000_media_type_internal_serdes:
38 ret_val = hw->mac.ops.check_for_link(hw); 38 ret_val = hw->mac.ops.check_for_link(hw);