summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x.h
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2016-10-19 17:59:14 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-25 10:44:22 +0200
commit162da263c2c1b425b984cb092a348e1d157162e3 (patch)
tree96c10334fb1acd671108751eeb4b024a7322d938 /drivers/staging/wlan-ng/hfa384x.h
parente474b4d4ea6970d3762155c26fb70d3c04450ba6 (diff)
downloadop-kernel-dev-162da263c2c1b425b984cb092a348e1d157162e3.zip
op-kernel-dev-162da263c2c1b425b984cb092a348e1d157162e3.tar.gz
staging: wlan-ng: avoid CamelCase: hfa384x_WPAData
Replace CamelCase struct name with underscores to comply with the standard kernel coding style. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x.h')
-rw-r--r--drivers/staging/wlan-ng/hfa384x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
index 89380ac..a3a0ed5 100644
--- a/drivers/staging/wlan-ng/hfa384x.h
+++ b/drivers/staging/wlan-ng/hfa384x.h
@@ -428,7 +428,7 @@ struct hfa384x_authenticate_station_data {
} __packed;
/*-- Configuration Record: WPAData (data portion only) --*/
-struct hfa384x_WPAData {
+struct hfa384x_wpa_data {
u16 datalen;
u8 data[0]; /* max 80 */
} __packed;
OpenPOWER on IntegriCloud