diff options
| author | David S. Miller <davem@davemloft.net> | 2017-01-26 14:31:08 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-01-26 14:31:08 -0500 |
| commit | 49b3eb772505dc42b61c2920ca777d55455a8ee4 (patch) | |
| tree | d0279114338f465c6055e4b2f3398eb5bb0c79c2 /include/uapi/linux | |
| parent | 27d807180ae0a9e50d90adf9b22573c21be904c2 (diff) | |
| parent | c33705188c493b7de3b8dc2956d67de91b444727 (diff) | |
Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-merge
Simon Wunderlich says:
====================
This feature/cleanup patchset includes the following patches:
- bump version strings, by Simon Wunderlich
- ignore self-generated loop detect MAC addresses in translation table,
by Simon Wunderlich
- install uapi batman_adv.h header, by Sven Eckelmann
- bump copyright years, by Sven Eckelmann
- Remove an unused variable in translation table code, by Sven Eckelmann
- Handle NET_XMIT_CN like NET_XMIT_SUCCESS (revised according to Davids
suggestion), and a follow up code clean up, by Gao Feng (2 patches)
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 | ||||
| -rw-r--r-- | include/uapi/linux/batman_adv.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 80ad741a42fa..486e050e64c5 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -64,6 +64,7 @@ header-y += auto_fs.h | |||
| 64 | header-y += auxvec.h | 64 | header-y += auxvec.h |
| 65 | header-y += ax25.h | 65 | header-y += ax25.h |
| 66 | header-y += b1lli.h | 66 | header-y += b1lli.h |
| 67 | header-y += batman_adv.h | ||
| 67 | header-y += baycom.h | 68 | header-y += baycom.h |
| 68 | header-y += bcm933xx_hcs.h | 69 | header-y += bcm933xx_hcs.h |
| 69 | header-y += bfs_fs.h | 70 | header-y += bfs_fs.h |
diff --git a/include/uapi/linux/batman_adv.h b/include/uapi/linux/batman_adv.h index 734fe83ab645..a83ddb7b63db 100644 --- a/include/uapi/linux/batman_adv.h +++ b/include/uapi/linux/batman_adv.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2016 B.A.T.M.A.N. contributors: | 1 | /* Copyright (C) 2016-2017 B.A.T.M.A.N. contributors: |
| 2 | * | 2 | * |
| 3 | * Matthias Schiffer | 3 | * Matthias Schiffer |
| 4 | * | 4 | * |
