Switch link speed unit to bit/s to support low bitrate speed too
(hello slow dialup line...) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39581 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct ether_address {
|
||||
typedef struct ether_link_state {
|
||||
uint32 media; /* as specified in net/if_media.h */
|
||||
uint32 quality; /* in one tenth of a percent */
|
||||
uint64 speed; /* in Kbit/s */
|
||||
uint64 speed; /* in bit/s */
|
||||
} ether_link_state_t;
|
||||
|
||||
#endif /* _ETHER_DRIVER_H */
|
||||
|
||||
Reference in New Issue
Block a user