OSDN Git Service

staging: wlan-ng: Replace data type declaration with variable of same type in p80211c...
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 10 Oct 2016 14:02:20 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:22 +0000 (10:26 +0200)
commit229dbdc577cf6cf0f0589739b403aa5ef125f8e2
tree628109a5bdee99fc54116aef16074b76c8a5fbb1
parenta567d0d47ffb31d1f8d8c206db998043911fa256
staging: wlan-ng: Replace data type declaration with variable of same type in p80211conv.c

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

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