wireless/ieee802154: Some trivial typos fixed while working with Bluetooth port
This commit is contained in:
parent
c78b53a74c
commit
fd068f17ca
|
@ -116,7 +116,7 @@ static struct ieee802154_priv_primitive_s *g_primfree;
|
|||
static struct ieee802154_priv_primitive_s *g_primfree_irq;
|
||||
#endif
|
||||
|
||||
/* Pool of pre-allocated primitive stuctures */
|
||||
/* Pool of pre-allocated primitive structures */
|
||||
|
||||
static struct ieee802154_priv_primitive_s g_primpool[CONFIG_IEEE802154_PRIMITIVE_PREALLOC];
|
||||
#endif /* CONFIG_IEEE802154_PRIMITIVE_PREALLOC > 0 */
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This is our private version of the MAC callback stucture */
|
||||
/* This is our private version of the MAC callback structure */
|
||||
|
||||
struct macnet_callback_s
|
||||
{
|
||||
|
@ -1419,7 +1419,7 @@ int mac802154netdev_register(MACHANDLE mac)
|
|||
|
||||
radio->r_get_mhrlen = macnet_get_mhrlen; /* Get MAC header length */
|
||||
radio->r_req_data = macnet_req_data; /* Enqueue frame for transmission */
|
||||
radio->r_properties = macnet_properties; /* Return radio properies */
|
||||
radio->r_properties = macnet_properties; /* Return radio properties */
|
||||
|
||||
/* Initialize fields related to MAC event handling */
|
||||
|
||||
|
|
Loading…
Reference in New Issue