linux/drivers/char/pcmcia/ipwireless
David Sterba a013869248 ipwireless: Preallocate received packet buffers with MRU size
ipwireless: Preallocate received packet buffers with MRU size

Packets are assembled from link size (~300 bytes) up to PPP MRU
(1500 by default). Try to preallocate full size rather than
repeatedly advance buffer size by 256 bytes.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-07-28 08:28:03 -07:00
..
hardware.c ipwireless: Preallocate received packet buffers with MRU size 2008-07-28 08:28:03 -07:00
hardware.h ipwireless: Constify buffer variables 2008-07-28 08:28:03 -07:00
main.c ipwireless: Increase PPP outgoing queue size 2008-07-28 08:28:03 -07: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 ipwireless: Constify buffer variables 2008-07-28 08:28:03 -07:00
tty.h ipwireless: driver for PC Card 3G/UMTS modem 2008-02-07 17:19:49 -08:00