mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
25 lines
974 B
Diff
25 lines
974 B
Diff
Index: qca-ssdk/include/hsl/phy/hsl_phy.h
|
|
===================================================================
|
|
--- qca-ssdk.orig/include/hsl/phy/hsl_phy.h
|
|
+++ qca-ssdk/include/hsl/phy/hsl_phy.h
|
|
@@ -577,6 +577,7 @@ typedef struct {
|
|
#define AQUANTIA_PHY_109 0x03a1b502
|
|
#define AQUANTIA_PHY_111 0x03a1b610
|
|
#define AQUANTIA_PHY_111B0 0x03a1b612
|
|
+#define AQUANTIA_PHY_111C 0x03a1b7e2
|
|
#define AQUANTIA_PHY_112 0x03a1b660
|
|
#define AQUANTIA_PHY_113C_A0 0x31c31C10
|
|
#define AQUANTIA_PHY_113C_A1 0x31c31C11
|
|
Index: qca-ssdk/src/hsl/phy/hsl_phy.c
|
|
===================================================================
|
|
--- qca-ssdk.orig/src/hsl/phy/hsl_phy.c
|
|
+++ qca-ssdk/src/hsl/phy/hsl_phy.c
|
|
@@ -233,6 +233,7 @@ phy_type_t hsl_phytype_get_by_phyid(a_ui
|
|
case AQUANTIA_PHY_111:
|
|
case AQUANTIA_PHY_114C:
|
|
case AQUANTIA_PHY_111B0:
|
|
+ case AQUANTIA_PHY_111C:
|
|
case AQUANTIA_PHY_112:
|
|
case AQUANTIA_PHY_113C_A0:
|
|
case AQUANTIA_PHY_113C_A1:
|