]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9f47d13367c51521ca8a1afbe837bd9722ce382
tree2c8842c964f848ebeb4151bb7d0afd25de9040c9
parent8950da10b961c17bbdf737ba3edea9254f8c1971
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