Anthony Merlino
9e760dcf6a
wireless/ieee802154: Lots of little fixes and changes to get everything to build
2017-04-26 11:36:06 -04:00
Gregory Nutt
b2292cd2cb
Some trivial spacing changes from review of last PR; Remove some dangling whitespace at the end of lines.
2017-04-21 13:21:43 -06:00
Anthony Merlino
3950541136
wireless/ieee802154: Renames mac802154_devwrapper_s to mac802154_chardevice_s
2017-04-19 13:26:44 -04:00
Anthony Merlino
de4e2d84c4
wireless/ieee802154: Simplifies MAC callback interface. Adds missing data type definitions
2017-04-19 11:30:43 -04:00
Anthony Merlino
9ad3b375e5
wireless/ieee802154: Lots of small fixes to eliminate build issues.
...
Generally cleans things up and fixes lots of small issues preventing a successful build. Does not completely build, but there are significantly less errors
2017-04-18 15:34:28 -04:00
Gregory Nutt
8786770d7d
Costmetic change from review of last PR
2017-04-15 15:59:00 -06:00
Anthony Merlino
5c32abb442
wireless/ieee802154: Adds ability to receive notifications from MAC char driver
2017-04-15 12:00:43 -04:00
Gregory Nutt
a8706d8afa
wireless/ieee802154: Correct a few more compile issues.
2017-04-14 13:58:25 -06:00
Gregory Nutt
0c4ff5e60b
wireless/ieee802154: Add radio IOCTL helpers
2017-04-14 12:59:49 -06:00
Gregory Nutt
fba8c96540
ieee802.15.4: New global functions exported by the lower MAC layer should be private to the MAC module. Function prototypes moved from include/nuttx/wireless/ieee802154/ieee802154_mac.h to wireless/ieee802154/mac802154.h
2017-04-14 11:24:40 -06:00
Gregory Nutt
badd36170d
IEEE802.15.4: There is only one instance of the IEEE802.15.4 MAC lower level. There is no need for the interface to be indirect via a vtable. In this case, standard global functions should be used.
2017-04-14 10:38:46 -06:00
Gregory Nutt
c1ddae5c5e
ieee802.15.4: de-couple MAC driver interface. Now works more like other drivers.
2017-04-13 12:17:36 -06:00
Gregory Nutt
9893b7243b
Trivial changes from review of last PR.
2017-04-05 13:28:35 -06:00
Anthony Merlino
2ecca492ad
wireless/ieee802154: WIP for MAC char driver write functionality
2017-04-05 15:07:58 -04:00
Gregory Nutt
68f2709078
Review from last PR
2017-03-29 11:03:10 -06:00
Anthony Merlino
8df78cc74b
wireless/ieee802154: Adds MAC character driver structure. Nonfunctional
2017-03-29 12:51:01 -04:00