line 189
will be fixed in a later commit because it's purpose is not
yet known.
Signed-off-by: Michael Gunselmann
Signed-off-by: Martin Hofmann
---
drivers/staging/vt6655/wroute.c | 71 -
drivers/staging/vt6655/wroute.h | 3 +-
2
From: Martin Hofmann
The file 80211hdr.h contained typedefs for 5 types. To satisfy checkpatch,
this commit removes them. In 10 other files, every occurence of a now deleted
type has been substituted with the correct struct ... syntax.
Signed-off-by: Martin Hofmann
Signed-off-by: Michael
necessary to adjust
variable declarations that depended on typedefs in wpa2.h.
The checkpatch cleanup of this file still remains.
Signed-off-by: Michael Gunselmann
Signed-off-by: Martin Hofmann
---
drivers/staging/vt6655/vntwifi.c | 4 +-
drivers/staging/vt6655/wpa2.c| 186
wpa.h: Checkpatch does no longer complain about anything.
wpactl.c: Some long-line-warnings still remain but fixing them
would deteriorate code readability.
Signed-off-by: Michael Gunselmann
Signed-off-by: Martin Hofmann
---
drivers/staging/vt6655/wpa.c | 156
This patch series cleans up all checkpatch errors and some warnings
in some files of the vt6655 driver in staging.
The reference git tree is linux-next.
Some checkpatch warnings were not fixed, they are commented in the
particular patches.
Not all files of the driver were cleaned up in this patc
r.
hostap.c and iwctl.c:
wpactl.h used the typedef statement, which was removed while
fixing checkpatch-errors. For this to work one statement in
hostap.c was adjusted.
The ckecpatch cleanup of these two files still remains.
Signed-off-by: Michael Gunselmann
Signe
From: Martin Hofmann
The file 80211hdr.h contained 4 macros (in both little and big endain fashion)
that were not used in the driver. Thus, this patch removes them.
Signed-off-by: Martin Hofmann
Signed-off-by: Michael Gunselmann
---
drivers/staging/vt6655/80211hdr.h | 8
1 file