]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 10 Oct 2016 14:02:22 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:24 +0000 (10:26 +0200)
commit67fafe375a634fa7cd4dc4f710e106c32a406e8a
treeaa4e6a53dadf027e37c7da956addf813cc115736
parentec30aebb0db01375e0594f1b6c2bb9335801a913
staging: wlan-ng: Replace data type declaration with variable of same type in prism2sta.c

sizeof(*var) instead of sizeof(struct XXX) is preferred.
Fix them in prism2sta.c file.

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