]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.c
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 10 Oct 2016 14:02:18 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:20 +0000 (10:26 +0200)
commitedf644c15fca6528b61c670c1fbc5c3d06bc60e6
tree34cece511b52dbca22926587a0b07d2a887354ab
parent36a7a0a57c4871a6b6a6c11097b0719c1acb4c96
staging: wlan-ng: Replace data type declaration with variable of same type in cfg80211.c

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

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