History log of /drivers/net/wireless/orinoco/orinoco_tmd.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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>
/drivers/net/wireless/orinoco/orinoco_tmd.c
593ef09c9e70c92c0d76c67a1c03a5d44d3aec82 01-May-2010 David Kilroy <kilroyd@googlemail.com> orinoco: allow driver to specify netdev_ops

Allow the main drivers to specify a custom version of the net_device_ops
structure. This is required by orinoco_usb to supply a separate transmit
function.

Export existing net_device_ops callbacks so that the drivers can reuse
some of the existing code.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/net/wireless/orinoco/orinoco_tmd.c
a3aa18842a5303fc28fcc4d57dbd16618bd830a0 07-Jan-2010 Alexey Dobriyan <adobriyan@gmail.com> drivers/net/: use DEFINE_PCI_DEVICE_TABLE()

Use DEFINE_PCI_DEVICE_TABLE() so we get place PCI ids table into correct section
in every case.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/net/wireless/orinoco/orinoco_tmd.c
5381956b780e82805247c2ec8e32c4c665309394 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: move netdev interface creation to main driver

With the move to cfg80211 it's nice to keep the hardware operations
distinct from the interface, even though we can only support a single
interface.

This also means the driver resembles other cfg80211 drivers.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/net/wireless/orinoco/orinoco_tmd.c
8e638267a896e171e49fb9013f5baf96a4ede754 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: initialise independently of netdev

Initialise the orinoco driver before registerring with netdev, which
will help when we get to cfg80211...

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/net/wireless/orinoco/orinoco_tmd.c
a2608362b22ade22ef5472a8c9b82687d86f976f 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Replace net_device with orinoco_private in driver interfaces

Move away from using net_device as the main structure in orinoco
function calls. Use orinoco_private instead.

This makes more sense when we move to cfg80211, and we get wiphys as
well.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/net/wireless/orinoco/orinoco_tmd.c
47445cb95015bef0d54ca799f31e454797378a71 05-Feb-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Rename orinoco.c

So that we can split up the file and still produce a module named
orinoco.o.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/net/wireless/orinoco/orinoco_tmd.c
d14c7c1d6aef1175625ea72938b07cee072723dc 25-Jan-2009 Andrey Borzenkov <arvidjaar@mail.ru> orinoco: checkpatch cleanup

Fix errors and obvious warnings reported by checkpatch in all files
except orinoco.c. Orinoco.c is part of different patch series of Dave.

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/net/wireless/orinoco/orinoco_tmd.c
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>
/drivers/net/wireless/orinoco/orinoco_tmd.c