Skip to content

Commit

Permalink
[SQUASH ME] ng_netif: move author to file head
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 26, 2015
1 parent 3101ff4 commit 44e0eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/include/net/ng_netif/hdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @brief Generic network interface header
*
* @author Hauke Petersen <[email protected]>
* @author Martine Lenders <[email protected]>
*/

#ifndef NETIF_HDR_H_
Expand Down Expand Up @@ -140,8 +141,6 @@ static inline void ng_netif_hdr_set_dst_addr(ng_netif_hdr_t *hdr, uint8_t *addr,
* @brief Builds a generic network interface header for sending and
* adds it to the packet buffer.
*
* @author Martine Lenders <[email protected]>
*
* @param[in] src Source address for the header. Can be NULL if not
* known or required.
* @param[in] src_len Length of @p src. Can be 0 if not known or required.
Expand Down

0 comments on commit 44e0eb1

Please sign in to comment.