On Sunday, March 10, 2013 06:14:22 Matthias Schiffer wrote:
Previously batadv_is_wifi_iface() did two things at once: looking up a net_device from an interface index, and determining if it is a wifi device.
The second part is useful itself when the caller already has a net_device reference.
Signed-off-by: Matthias Schiffer mschiffer@universe-factory.net
hard-interface.c | 73 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 32 deletions(-)
Applied in revision a75dbf4.
Thanks, Marek
PS: Every new function is required to have kernel doc. This time I filled in the missing pieces but please do so in the future.