wireless/ieee802154: Fix a few typos

This commit is contained in:
Gregory Nutt 2018-03-30 17:43:58 -06:00
parent 57f7677128
commit de7000ee3e
2 changed files with 8 additions and 8 deletions

View File

@ -889,12 +889,12 @@ static int lo_ioctl(FAR struct net_driver_s *dev, int cmd,
* Calculate the MAC header length given the frame meta-data.
*
* Input Parameters:
* netdev - The networkd device that will mediate the MAC interface
* netdev - The network device that will mediate the MAC interface
* meta - Obfuscated metadata structure needed to create the radio
* MAC header
*
* Returned Value:
* A non-negative MAC headeer length is returned on success; a negated
* A non-negative MAC header length is returned on success; a negated
* errno value is returned on any failure.
*
****************************************************************************/
@ -912,7 +912,7 @@ static int lo_get_mhrlen(FAR struct radio_driver_s *netdev,
* Requests the transfer of a list of frames to the MAC.
*
* Input Parameters:
* netdev - The networkd device that will mediate the MAC interface
* netdev - The network device that will mediate the MAC interface
* meta - Obfuscated metadata structure needed to create the radio
* MAC header
* framelist - Head of a list of frames to be transferred.
@ -985,7 +985,7 @@ static int lo_req_data(FAR struct radio_driver_s *netdev,
*
* Input Parameters:
* netdev - The network device to be queried
* properties - Location where radio properities will be returned.
* properties - Location where radio properties will be returned.
*
* Returned Value:
* Zero (OK) returned on success; a negated errno value is returned on

View File

@ -1170,12 +1170,12 @@ static int macnet_ioctl(FAR struct net_driver_s *dev, int cmd,
* Calculate the MAC header length given the frame meta-data.
*
* Input Parameters:
* netdev - The networkd device that will mediate the MAC interface
* netdev - The network device that will mediate the MAC interface
* meta - Obfuscated metadata structure needed to create the radio
* MAC header
*
* Returned Value:
* A non-negative MAC headeer length is returned on success; a negated
* A non-negative MAC header length is returned on success; a negated
* errno value is returned on any failure.
*
****************************************************************************/
@ -1199,7 +1199,7 @@ static int macnet_get_mhrlen(FAR struct radio_driver_s *netdev,
* Requests the transfer of a list of frames to the MAC.
*
* Input Parameters:
* netdev - The networkd device that will mediate the MAC interface
* netdev - The network device that will mediate the MAC interface
* meta - Obfuscated metadata structure needed to create the radio
* MAC header
* framelist - Head of a list of frames to be transferred.
@ -1282,7 +1282,7 @@ static int macnet_req_data(FAR struct radio_driver_s *netdev,
*
* Input Parameters:
* netdev - The network device to be queried
* properties - Location where radio properities will be returned.
* properties - Location where radio properties will be returned.
*
* Returned Value:
* Zero (OK) returned on success; a negated errno value is returned on