linux/drivers/char/pcmcia/ipwireless
Dominik Brodowski cbf624f0e1 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)
Convert PCMCIA drivers to use the dynamic debug infrastructure, instead of
requiring manual settings of PCMCIA_DEBUG. Only some rare extra debug checks
in cm4000_cs.c cm4040_cs.c are now hidden behind a "#ifdef CM4000_DEBUG"
or "#ifdef CM4040_DEBUG".

Also, remove all usages of the CS_CHECK macro and replace them with proper
Linux style calling and return value checking. The extra error reporting may
be dropped, as the PCMCIA core already complains about any (non-driver-author)
errors.

CC: Harald Welte <laforge@gnumonks.org>
CC: Jiri Kosina <jkosina@suse.cz>
CC: David Sterba <dsterba@suse.cz>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2009-11-09 08:29:48 +01:00
..
hardware.c ipwireless: fix compile failure 2008-07-28 15:12:37 -07:00
hardware.h ipwireless: Constify buffer variables 2008-07-28 08:28:03 -07:00
main.c pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char) 2009-11-09 08:29:48 +01:00
main.h ipwireless: Explicitly request io and mem regions 2008-07-28 08:28:03 -07:00
Makefile ipwireless: driver for PC Card 3G/UMTS modem 2008-02-07 17:19:49 -08:00
network.c ipwireless: Preallocate received packet buffers with MRU size 2008-07-28 08:28:03 -07:00
network.h ipwireless: Preallocate received packet buffers with MRU size 2008-07-28 08:28:03 -07:00
setup_protocol.h ipwireless: driver for PC Card 3G/UMTS modem 2008-02-07 17:19:49 -08:00
tty.c tty: fix chars_in_buffers 2009-07-20 16:38:43 -07:00
tty.h ipwireless: driver for PC Card 3G/UMTS modem 2008-02-07 17:19:49 -08:00