summaryrefslogtreecommitdiff
path: root/cesar/hal
diff options
context:
space:
mode:
authorThierry Carré2013-05-13 18:30:16 +0200
committerThierry Carré2013-05-17 16:13:28 +0200
commit3597342c26d2e1ff1b55bec9e968dfd37bc31128 (patch)
tree46006dc3770b7764f4d628cc3093a8a3ef53207e /cesar/hal
parente5e9850f52f9358003a47a20162e78852f10b481 (diff)
cesar/hal/phy/maximus: decrease log level because collision could happen
Diffstat (limited to 'cesar/hal')
-rw-r--r--cesar/hal/phy/maximus/src/maximus_phy_ctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c b/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
index f4022f9972..7a45cf51e0 100644
--- a/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
+++ b/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
@@ -617,7 +617,7 @@ maximus_phy_recv_preamble (phy_t *ctx, sci_msg_t *msg)
|| (MAXIMUS_PHY_MEDIUM_BUSY_RX_MPDU == ctx->access.medium_state)
|| (MAXIMUS_PHY_MEDIUM_BUSY_TX == ctx->access.medium_state) )
{
- station_log(&my_station, STATION_LOG_WARNING, STATION_LOGTYPE_PHY,
+ station_log(&my_station, STATION_LOG_NOTICE, STATION_LOGTYPE_PHY,
"%s: recv a PREAMBLE but does not process it because medium state is already BUSY", __FUNCTION__);
if (!ctx->warning_assert)
@@ -628,7 +628,7 @@ maximus_phy_recv_preamble (phy_t *ctx, sci_msg_t *msg)
else if ( (MAXIMUS_PHY_MEDIUM_WAIT_CONF == ctx->access.medium_state)
|| (0 != ctx->control.rx_param.recv_preamble_netclock_id) )
{
- station_log(&my_station, STATION_LOG_WARNING, STATION_LOGTYPE_PHY,
+ station_log(&my_station, STATION_LOG_NOTICE, STATION_LOGTYPE_PHY,
"%s: recv a PREAMBLE but does not process it because one is already being received", __FUNCTION__);
// indicate that there is a RX collision