linux-stable/drivers/staging/vt6655
Veronika Kabatova 77b6a6a3f5 staging: vt6655: card.c: Comments fixes
Replace C99 "//" comments by "/* */", remove not needed
comments (year of adding code, commented code)

Signed-off-by: Veronika Kabatova <veronicca114@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-28 16:09:28 +08:00
..
80211hdr.h Staging: vt6655: Break 80 character long line to remove checkpatch error 2014-09-19 17:01:22 -07:00
80211mgr.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
80211mgr.h staging: vt6655: 80211mgr.h add ieee80211.h header and fix conflicts 2014-08-30 13:50:09 -07:00
aes_ccmp.c staging: vt6655: Merge three lines into one 2014-09-28 23:22:21 -04:00
aes_ccmp.h
baseband.c staging: vt6655: Remove unnecessary else after return 2014-10-20 10:29:15 +08:00
baseband.h Staging: vt6655: Fix C99 style commenting. 2014-09-19 17:01:22 -07:00
bssdb.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
bssdb.h staging: vt6655: Replace and remove typedef QWORD/ DQWORD 2014-08-16 12:23:15 -07:00
card.c staging: vt6655: card.c: Comments fixes 2014-10-28 16:09:28 +08:00
card.h staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode. 2014-08-30 15:19:17 -07:00
channel.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
channel.h Staging: vt6655: removed redundant comments from channel.h 2014-07-27 11:33:08 -07:00
country.h Staging: vt6655: removed redundant comments from country.h 2014-07-27 11:33:08 -07:00
datarate.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
datarate.h staging: vt6655: Fix do not use // c99 comments. 2014-10-20 10:29:15 +08:00
desc.h staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb 2014-08-30 15:19:17 -07:00
device.h staging: vt6655: device.h: Comments fixes 2014-10-28 16:09:28 +08:00
device_cfg.h staging: vt6655: dead code remove device_nics variable 2014-08-30 13:49:34 -07:00
device_main.c staging: vt6655: delete SndEvt_ToAPI code 2014-10-20 10:30:13 +08:00
dpc.c staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
dpc.h staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_private 2014-08-16 12:23:16 -07:00
hostap.c staging: vt6655: Fixed else after return or break warning 2014-10-20 10:29:15 +08:00
hostap.h staging: vt6655: fix do not use // c99 comments. 2014-10-20 10:29:15 +08:00
IEEE11h.c
IEEE11h.h Staging: vt6655: removed redundant comments from IEEE11h.h 2014-07-27 11:34:38 -07:00
iocmd.h staging: vt6655: fix direct dereferencing of user pointer 2014-07-30 16:36:27 -07:00
ioctl.c staging: vt6655: Remove unused code inside switch case 2014-10-20 10:30:13 +08:00
ioctl.h staging: vt6655: hostap/ioctl/iwctl use struct vnt_private 2014-08-16 12:23:16 -07:00
iowpa.h staging: vt6655: iowpa.h: Fix sparse warnings 2014-08-16 12:23:05 -07:00
iwctl.c staging: vt6655: Remove unused code inside switch case 2014-10-20 10:30:13 +08:00
iwctl.h staging: vt6655: fix direct dereferencing of user pointer 2014-07-30 16:36:27 -07:00
Kconfig
key.c staging: vt6655: Use ether_addr_copy function 2014-10-20 10:29:16 +08:00
key.h staging: vt6655: Replace and remove typedef QWORD/ DQWORD 2014-08-16 12:23:15 -07:00
mac.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
mac.h staging: vt6655: remove unused macro 2014-07-27 11:21:28 -07:00
Makefile
mib.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
mib.h Staging: vt6655: removed redundant comments from mib.h 2014-07-27 11:38:42 -07:00
michael.c
michael.h Staging: vt6655: removed redundant comments from michael.h 2014-07-27 11:38:42 -07:00
power.c staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode. 2014-08-30 15:19:17 -07:00
power.h Staging: vt6655: removed redundant comments from power.h 2014-07-27 11:38:42 -07:00
rc4.c staging: vt6655: Add missing blank lines after declarations 2014-07-27 11:21:27 -07:00
rc4.h
rf.c staging: vt6655: rf/wpactl/wroute use struct vnt_private 2014-08-16 12:23:16 -07:00
rf.h staging: vt6655: rf/wpactl/wroute use struct vnt_private 2014-08-16 12:23:16 -07:00
rxtx.c staging: vt6655: replace memcpy() by ether_addr_copy() using coccinelle and pack variables 2014-10-20 10:30:15 +08:00
rxtx.h staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fb 2014-08-30 15:19:17 -07:00
srom.c
srom.h
tcrc.c staging: vt6655: coding style: Fixed commenting style 2014-07-30 16:36:27 -07:00
tcrc.h
test
tether.c
tether.h
tkip.c
tkip.h
tmacro.h
TODO
ttype.h staging: vt6655: Replace and remove typedef QWORD/ DQWORD 2014-08-16 12:23:15 -07:00
upc.h staging: vt6655: upc.h replace read and write memory functions 2014-08-16 12:23:15 -07:00
vntconfiguration.dat
vntwifi.c staging: vt6655: Fixed else after return or break warning 2014-10-20 10:29:15 +08:00
vntwifi.h
wcmd.c staging: vt6655: wcmd.c: fix print priority warning 2014-10-23 08:22:53 +08:00
wcmd.h staging: vt6655: Remove TxInSleep macro 2014-08-16 12:23:15 -07:00
wctl.c staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private * 2014-08-16 12:23:16 -07:00
wctl.h staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private * 2014-08-16 12:23:16 -07:00
wmgr.c staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() using coccinelle and pack variable 2014-10-20 10:30:15 +08:00
wmgr.h staging: vt6655: wmgr.c and wmgr.h: replace memcpy() by ether_addr_copy() using coccinelle and pack variable 2014-10-20 10:30:15 +08:00
wpa.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
wpa.h staging: vt6655: Fixed C99 // comment errors in wpa.h 2014-10-20 10:29:28 +08:00
wpa2.c staging: vt6655: Convert DBG_PRT to pr_<level> 2014-08-17 09:43:50 -07:00
wpa2.h
wpactl.c staging: vt6655: remove useless #if 1 2014-10-20 10:30:13 +08:00
wpactl.h staging: vt6655: rf/wpactl/wroute use struct vnt_private 2014-08-16 12:23:16 -07:00
wroute.c staging: vt6655: Replace C99 // comments by /* */ 2014-10-27 10:33:05 +08:00
wroute.h staging: vt6655: rf/wpactl/wroute use struct vnt_private 2014-08-16 12:23:16 -07:00