提交历史

作者 SHA1 备注 提交日期
  Anthony Merlino abc15c8429 wireless/ieee802154: Finishes promiscuous mode IOCTL 7 年之前
  Anthony Merlino ba32b65813 wireless/ieee802154: Simplifies some primitive prototypes 7 年之前
  Anthony Merlino 2c2cddd44b wireless/ieee802154: Starts work on setting PIB attributes 7 年之前
  Anthony Merlino 653a0217f2 wireless/ieee802154: Finishes some IOCTL logic for MAC layer 7 年之前
  Anthony Merlino 893c42561f wireless/ieee802154: Sets up default PIB attributes 7 年之前
  Gregory Nutt 1ac1b6e68f MAC: meta data must be const to assure that it is not modified. 7 年之前
  Gregory Nutt 2ece0c57dd Remove dangling whitespace at the end of lines 7 年之前
  Anthony Merlino f02d98d15e wireless/ieee802154: Changes transmit data path to use IOBs and exposes function for getting size of MAC header 7 年之前
  Anthony Merlino c4007a111c wireless/ieee802154: Fixes semaphore logic and list logic 7 年之前
  Anthony Merlino 9e760dcf6a wireless/ieee802154: Lots of little fixes and changes to get everything to build 7 年之前
  Gregory Nutt b2292cd2cb Some trivial spacing changes from review of last PR; Remove some dangling whitespace at the end of lines. 7 年之前
  Anthony Merlino b1c8f008d6 wireless/ieee802154: Simplifies TX completion interface. Documents and cleans up some functions 7 年之前
  Anthony Merlino 1abe4ae4da wireless/ieee802154: Starts structuring transmission completion handling 7 年之前
  Gregory Nutt ec5b0a0ef3 Minor changes to spacing only from review of last PR 7 年之前
  Anthony Merlino 3b5f350656 wireless/ieee802154: Removes uneccessary structs surrounding bit-fields in mac802154.c 7 年之前
  Anthony Merlino 37e7c67373 wireless/ieee802154: Changes radio interface to match MAC callback design 7 年之前
  Gregory Nutt 35756d6295 ieee802.15.4: Cosmetic changes from review of last PR. 7 年之前
  Anthony Merlino 9ad3b375e5 wireless/ieee802154: Lots of small fixes to eliminate build issues. 7 年之前
  Gregory Nutt 1d1d633e6f ieee802.15.4: Fix some forbidden C11 syntax. 7 年之前
  Gregory Nutt 6d3ec6e4a4 ieee802.15.4: Changes from review of last PR 7 年之前
  Anthony Merlino 46d7a4bb03 wireless/ieee802154: Continues development on transmit structure 7 年之前
  Gregory Nutt 8786770d7d Costmetic change from review of last PR 7 年之前
  Anthony Merlino 2bc758c3eb wireless/ieee802154: Bind MAC phyif to radio 7 年之前
  Anthony Merlino 16edc77965 wireless/ieee802154: Skeleton code for request associate 7 年之前
  Anthony Merlino 36a6bda755 wireless/ieee802154: Starts adding MAC request data functionality 7 年之前
  Gregory Nutt beee02843a wireless/ieee802154: Fix some easy compilation problems introduced with header file changes. 7 年之前
  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 7 年之前
  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. 7 年之前
  Gregory Nutt c1ddae5c5e ieee802.15.4: de-couple MAC driver interface. Now works more like other drivers. 7 年之前
  Gregory Nutt 51cd421ce7 Ieee802.15.4 MAC network driver. A little more logic (but still only partial). Add interface definitions to header file. 7 年之前