staging: wlan-ng: Replace data type declaration with variable of same type in p80211n...
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 10 Oct 2016 14:02:21 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:23 +0000 (10:26 +0200)
commitec30aebb0db01375e0594f1b6c2bb9335801a913
tree2c8842c964f848ebeb4151bb7d0afd25de9040c9
parent229dbdc577cf6cf0f0589739b403aa5ef125f8e2
staging: wlan-ng: Replace data type declaration with variable of same type in p80211netdev.c

sizeof(var) instead of sizeof(struct XXX) is preferred.
Fix them in p80211netdev.c

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211netdev.c