History log of /drivers/net/wireless/iwlegacy/3945-debug.c
Revision Date Author Comments
9b0124d815c52a67f886637e62b5fc61273e763e 19-Dec-2013 Rashika Kheria <rashika.kheria@gmail.com> drivers: net: Mark functions as static in 3945-debug.c

This patch marks the function il3945_ucode_rx_stats_read(),
il3945_ucode_tx_stats_read() and il3945_ucode_general_stats_read() in
3945-debug.c as static because they are not used outside this file.

Thus, it also removes the following warnings in
wireless/iwlegacy/3945-debug.c:

drivers/net/wireless/iwlegacy/3945-debug.c:52:1: warning: no previous prototype for ‘il3945_ucode_rx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/3945-debug.c:317:1: warning: no previous prototype for ‘il3945_ucode_tx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/3945-debug.c:407:1: warning: no previous prototype for ‘il3945_ucode_general_stats_read’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
03a71e03282e02cc1cf7884f31314d9c55db9a82 14-Dec-2013 Rashika Kheria <rashika.kheria@gmail.com> drivers: net: Mark functions as static in 3945-debug.c

This patch marks the function il3945_ucode_rx_stats_read(),
il3945_ucode_tx_stats_read() and il3945_ucode_general_stats_read() in
3945-debug.c as static because they are not used outside this file.

Thus, it also removes the following warnings in
wireless/iwlegacy/3945-debug.c:

drivers/net/wireless/iwlegacy/3945-debug.c:52:1: warning: no previous prototype for ‘il3945_ucode_rx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/3945-debug.c:317:1: warning: no previous prototype for ‘il3945_ucode_tx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/3945-debug.c:407:1: warning: no previous prototype for ‘il3945_ucode_general_stats_read’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
93b7654ec563a929a62da70324e834eeb18a2778 13-Feb-2012 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: move debugfs_ops to il_priv

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
1722f8e12a9c6117d872bd19ec5919460ccdfb4e 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: checkpatch.pl fixes

Fix most checkpatch.pl ERRORs and some WARNINGs.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
e7392364fcd1004a5e495f15cf21b1e0ef874215 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: indentions and whitespaces

Process iwlegacy source files using:

indent -npro -l500 -nhnl
indent -npro -kr -i8 -ts8 -sob -l80 -nbbo -ss -ncs -cp1 -il0 -psl

Plus manual compilation fixes.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
e94a4099adb2ec148776975bcd953a01c6bec992 31-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: merge common header files

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
98613be06e9de8acd20841d2d85b99c39b3b7814 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename iwl-core.h to common.h

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
db7746f78cab25ee39dd20f61d9b2e6b5993d8fa 15-Nov-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: s/STATISTICS/STATS/

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
6bbb1370c3083190cae8487c2c61c0d24f869e68 30-Aug-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.h

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
ccf5533ec4cdf792ec17c375b1186cfed4086f2a 06-Sep-2011 Stanislaw Gruszka <sgruszka@redhat.com> iwlegacy: rename iwl-3945-{rs,debugfs}.c to 3945-{rs,debug}.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>