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:
Philippe Houdoin
2010-11-23 13:35:30 +00:00
parent d945edf9c7
commit 172971a18f
13 changed files with 483 additions and 338 deletions
+1 -1
View File
@@ -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 */