History log of /drivers/net/wireless/orinoco/hermes_dld.h
Revision Date Author Comments
933d594313a5928ffc5325d7bbb6e2383d79622e 13-Jul-2011 Pavel Roskin <proski@gnu.org> orinoco: minor fixes for problems found by checkpatch.pl

Eliminate spaces before tabs. Eliminate typedefs. Add spaces around
operators.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
3faa19cd9dfac30aa08bc311ddbd62ee5ccc0d85 21-Feb-2009 David Kilroy <kilroyd@googlemail.com> orinoco: prevent accessing memory outside the firmware image

Do this by indicating the end of the appropriate regions of memory.

Note that MAX_PDA_SIZE should only apply to the PDA block read from
flash/EEPROM, and has been erronously applied to the pdr elements.
Remove the macro, and use the actual PDA size passed down by the caller.

We also fix up some of the types used, marking as much as possible
const, and using void* for the end pointers.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
b2e53b338b7b4608372d070bb477f3bae3971e5a 31-Oct-2008 David Kilroy <kilroyd@googlemail.com> orinoco: Move sources to a subdirectory

Keeping all the orinoco drivers in a common directory will make
maintenance easier.

Signed-off by: David Kilroy <kilroyd@googlemail.com>

Signed-off-by: John W. Linville <linville@tuxdriver.com>