dev: Constify `ifname' parameter to device_up_and_running()
commit514a4ae9fa544db72e3ea2fc6dcd3a9530b24127
authorTobias Klauser <tklauser@distanz.ch>
Wed, 31 Jul 2013 07:19:27 +0000 (31 09:19 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 31 Jul 2013 07:43:37 +0000 (31 09:43 +0200)
treeb91a9203ca089216d44116db4e38ea91aca95a84
parent7ca399bd639ab3059c80f2c0c946b64c06270b14
dev: Constify `ifname' parameter to device_up_and_running()

The parameter `ifname' to device_up_and_running() is never modified
inside the function, thus mark it as const.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
dev.c
dev.h