]> git.ipfire.org Git - thirdparty/iw.git/commit - util.c
iw: Make input to mac_addr_n2a() const
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 10 Oct 2018 20:47:46 +0000 (22:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Oct 2018 10:18:11 +0000 (12:18 +0200)
commit7f87d3cfa268a2744d3997d889b72f03813536d4
treeeba8bf285c03ab13f4c0eb075285ab6512314934
parenta58f492dd801274c66268e1d9ff8a19561168c9e
iw: Make input to mac_addr_n2a() const

The parameter is not modified, so we can make it constant. This makes it
possible to provide other const parameters to this function.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
iw.h
util.c