summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorburet2007-08-27 15:43:52 +0000
committerburet2007-08-27 15:43:52 +0000
commit34c9a912bd66c7fda1eda8a6b217af4c2c84a272 (patch)
tree3ed0aaa00944210b4423c1adfa0e5ba71f4f427b /host
parent1917550526b3fe3b3a305211cdbd3fd1a1dc090b (diff)
Maximus HAL Phy:
- add 'dbg_assert' messages - swap SCI header netclock field - FC reception bug correction - FC transmission bug correction - update unitary tests git-svn-id: svn+ssh://pessac/svn/cesar/trunk@617 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'host')
-rw-r--r--host/station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/station.h b/host/station.h
index c81a1304f9..0a2feda3a1 100644
--- a/host/station.h
+++ b/host/station.h
@@ -68,6 +68,7 @@ typedef enum
#define STATION_LOGTYPE_SCI 0x00000008
#define STATION_LOGTYPE_PROBE 0x00000010
#define STATION_LOGTYPE_MISC 0x00000020
+#define STATION_LOGTYPE_PHY 0x00000040
#define STATION_LOGTYPE_ALL 0xffffffff
/** station context structure to manage a station process */