aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/phy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/phy.txt')
-rw-r--r--Documentation/networking/phy.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/phy.txt b/Documentation/networking/phy.txt
index e017d933d530..16f90d817224 100644
--- a/Documentation/networking/phy.txt
+++ b/Documentation/networking/phy.txt
@@ -407,6 +407,15 @@ Board Fixups
407 The stubs set one of the two matching criteria, and set the other one to 407 The stubs set one of the two matching criteria, and set the other one to
408 match anything. 408 match anything.
409 409
410 When phy_register_fixup() or *_for_uid()/*_for_id() is called at module,
411 unregister fixup and free allocate memory are required.
412
413 Call one of following function before unloading module.
414
415 int phy_unregister_fixup(const char *phy_id, u32 phy_uid, u32 phy_uid_mask);
416 int phy_unregister_fixup_for_uid(u32 phy_uid, u32 phy_uid_mask);
417 int phy_register_fixup_for_id(const char *phy_id);
418
410Standards 419Standards
411 420
412 IEEE Standard 802.3: CSMA/CD Access Method and Physical Layer Specifications, Section Two: 421 IEEE Standard 802.3: CSMA/CD Access Method and Physical Layer Specifications, Section Two: