summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc/bsu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/inc/bsu.h')
-rw-r--r--cesar/bsu/inc/bsu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/bsu/inc/bsu.h b/cesar/bsu/inc/bsu.h
index 13eb65dea6..6b81623833 100644
--- a/cesar/bsu/inc/bsu.h
+++ b/cesar/bsu/inc/bsu.h
@@ -21,9 +21,8 @@ BEGIN_DECLS
* \param ctx the bsu context.
* \param beacon the beacon received.
* \param params the phy rx params.
- * \return the bsu_beacon_params computed.
*/
-bsu_beacon_params_t *
+void
bsu_beacon_process (bsu_t *ctx, pb_beacon_t *beacon,
pbproc_rx_beacon_params_t *params);