From 3597342c26d2e1ff1b55bec9e968dfd37bc31128 Mon Sep 17 00:00:00 2001 From: Thierry Carré Date: Mon, 13 May 2013 18:30:16 +0200 Subject: cesar/hal/phy/maximus: decrease log level because collision could happen --- cesar/hal/phy/maximus/src/maximus_phy_ctrl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cesar/hal') 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 -- cgit v1.2.3