-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SQUASH ME] ng_netif: move author to file head
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
* @brief Generic network interface header | ||
* | ||
* @author Hauke Petersen <[email protected]> | ||
* @author Martine Lenders <[email protected]> | ||
*/ | ||
|
||
#ifndef NETIF_HDR_H_ | ||
|
@@ -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. | ||
|