Gregory Nutt
|
e072069e2d
|
6loWPAN: Remove usage of the now non-existent msdu_length field.
|
2017-05-06 06:48:06 -06:00 |
|
Gregory Nutt
|
0eb7ec046e
|
6loWPAN: Use information in struct ieee802154_data_ind_s when reassembling a packet
|
2017-05-05 11:36:16 -06:00 |
|
Gregory Nutt
|
95bacb6a34
|
6loWPAN: Some fixed to get a clean compile after last big changes to the radio IOCTLs.
|
2017-05-05 10:00:18 -06:00 |
|
Anthony Merlino
|
dd40014279
|
wireless/ieee802154: Removes radio IOCTL. Starts bringing radio and MAC closer with well-defined interface.
|
2017-05-05 11:15:38 -04:00 |
|
Gregory Nutt
|
14fc1b2d39
|
6loWPAN: Local MAC address is fixed by the configuration. The remote address be with short or extended.
|
2017-05-04 19:17:38 -06:00 |
|
Gregory Nutt
|
128936d9a6
|
6loWPAN: Design simplications; also remove unused utility function.
|
2017-05-04 17:16:45 -06:00 |
|
Gregory Nutt
|
d385f46130
|
6loWPAN: The last vestiges of MAC header generate stripped out.
|
2017-05-04 13:19:11 -06:00 |
|
Gregory Nutt
|
920c0a2e50
|
One more baby step in removing MAC knowledge from 6loWPAN.
|
2017-05-04 12:06:28 -06:00 |
|
Gregory Nutt
|
1cf891bbe1
|
Another baby step in removing MAC knowledge from 6loWPAN.
|
2017-05-04 11:33:22 -06:00 |
|
Gregory Nutt
|
6f6e61769a
|
6loWPAN: Remove final references to Rime from code.
|
2017-05-04 09:05:41 -06:00 |
|
Gregory Nutt
|
969c1ab614
|
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
|
2017-05-04 08:20:59 -06:00 |
|
Gregory Nutt
|
6a45afdd75
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-05-04 07:11:19 -06:00 |
|
Gregory Nutt
|
11c14470c3
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-05-03 17:36:52 -06:00 |
|
Gregory Nutt
|
cf988309aa
|
6loWPAN: Fixes hang in loopback test.
|
2017-05-03 11:13:07 -06:00 |
|
Gregory Nutt
|
858685e977
|
6loWPAN: Changes to use new MAC interfaces. Incomplete and needs some clean-up of dangling, unused definitions.
|
2017-05-03 09:40:42 -06:00 |
|
Gregory Nutt
|
6157653aca
|
Update some comments
|
2017-05-02 14:34:11 -06:00 |
|
Gregory Nutt
|
fbe02dfe6b
|
net/pkt: Eliminate a warning.
|
2017-05-02 10:07:31 -06:00 |
|
Simon Piriou
|
407fe13b8f
|
pkt: fix compilation error
|
2017-04-30 20:28:56 +02:00 |
|
Gregory Nutt
|
a7901f5c4c
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-04-29 12:35:01 -06:00 |
|
Gregory Nutt
|
80bca0736d
|
Update some changes from last merge that are needed on this branch.
|
2017-04-29 10:26:02 -06:00 |
|
Gregory Nutt
|
3482172a16
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-29 10:06:35 -06:00 |
|
Gregory Nutt
|
8262c05713
|
sixlowpan: Can't reuse same header on each fragment. DSN needs to increment.
|
2017-04-29 08:23:59 -06:00 |
|
Gregory Nutt
|
22615d0d6d
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-28 12:32:59 -06:00 |
|
Simon Piriou
|
6680eb0e0c
|
netdev: fix compilation errors
|
2017-04-28 19:39:14 +02:00 |
|
Jussi Kivilinna
|
d928b4271d
|
net/socket: fix cloning of local and raw sockets
|
2017-04-28 08:00:36 -06:00 |
|
Gregory Nutt
|
381842be5c
|
Merge remote-tracking branch 'origin/master' into photon
|
2017-04-26 12:33:09 -06:00 |
|
Gregory Nutt
|
9182fb95d5
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-26 12:31:47 -06:00 |
|
Gregory Nutt
|
1cdc90914e
|
network IOCTLs: Correct a compilation error when wireless IOCTLs are enabled.
|
2017-04-26 12:31:13 -06:00 |
|
Gregory Nutt
|
1c97025484
|
netdev_register: If there is only one ieee80211 and both CONFIG_ETHERNET and CONFIG_DRIVERS_IEEE8011, then use the wlan0 naming, not the eth0 naming.
|
2017-04-25 15:51:30 -06:00 |
|
Gregory Nutt
|
c5e636ad84
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-24 17:34:35 -06:00 |
|
Gregory Nutt
|
3c1d85af32
|
Update a README
|
2017-04-24 09:43:30 -06:00 |
|
Gregory Nutt
|
0ea071f7eb
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-22 11:58:07 -06:00 |
|
Gregory Nutt
|
7da031aea1
|
6loWPAN: Add IEEE802.15.4 Rime address to union of link layer addresses in the network driver.
|
2017-04-22 11:52:45 -06:00 |
|
Gregory Nutt
|
79256573e1
|
net: network drver now retains Ethernet MAC address in a union so that other link layer addresses may be used in a MULTILINK environment.
|
2017-04-22 11:10:30 -06:00 |
|
Gregory Nutt
|
1ba7aa9935
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-21 18:49:38 -06:00 |
|
Gregory Nutt
|
0184bf6787
|
Correct type in a cast
|
2017-04-21 18:42:13 -06:00 |
|
Gregory Nutt
|
e66caaf960
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-21 18:40:47 -06:00 |
|
Gregory Nutt
|
d884958a2e
|
Back out most of ebf05cb9f5
|
2017-04-21 18:37:07 -06:00 |
|
Gregory Nutt
|
7c6f2c3c9a
|
Back out most of ebf05cb9f5
|
2017-04-21 18:31:05 -06:00 |
|
Gregory Nutt
|
309f0abc14
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-21 16:34:10 -06:00 |
|
Gregory Nutt
|
d5207efb5a
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
|
Gregory Nutt
|
5d68eb6059
|
6loWPAN: Remove the PAN ID from the 6loWPAN data structure. This is owned by the radio driver. Rather, use an IOCTL to obtain the PAN ID from the downstream radio driver.
|
2017-04-21 16:23:40 -06:00 |
|
Gregory Nutt
|
be415489f2
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-21 14:18:41 -06:00 |
|
Gregory Nutt
|
2c4800f511
|
Remove the 6loWPAN PANID IOCTLs they are redundant.
|
2017-04-21 14:17:46 -06:00 |
|
Anthony Merlino
|
795e70a952
|
wireless/ieee802154: Work on packet reception at radio layer (MRF24J40)
|
2017-04-21 13:06:26 -04:00 |
|
Gregory Nutt
|
d08b802998
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-20 16:19:42 -06:00 |
|
Gregory Nutt
|
bfb93338f6
|
Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled.
|
2017-04-20 16:08:49 -06:00 |
|
Gregory Nutt
|
bcc6b61fc1
|
Move include/nuttx/net/iob.h to include/drivers/iob.h; rename CONFIG_NET_IOB to CONFIG_DRIVERS_IOB
|
2017-04-20 14:53:30 -06:00 |
|
Gregory Nutt
|
9ff5e83ea7
|
Merge remote-tracking branch 'origin/master' into ieee802154
|
2017-04-19 18:07:33 -06:00 |
|
Gregory Nutt
|
9281cd558e
|
6loWPAN: Add an IOCTL to set the IEEE802.15.4 PAN ID
|
2017-04-19 18:06:43 -06:00 |
|