History log of /drivers/net/wireless/orinoco/hw.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>
22bedad3ce112d5ca1eaf043d4990fa2ed698c87 01-Apr-2010 Jiri Pirko <jpirko@redhat.com> net: convert multicast list to list_head

Converts the list and the core manipulating with it to be the same as uc_list.

+uses two functions for adding/removing mc address (normal and "global"
variant) instead of a function parameter.
+removes dev_mcast.c completely.
+exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
manipulation with lists on a sandbox (used in bonding and 80211 drivers)

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
655ffee284dfcf9a24ac0343f3e5ee6db85b85c5 27-Feb-2010 Jiri Pirko <jpirko@redhat.com> wireless: convert to use netdev_for_each_mc_addr

also added missed locking in rndis_wlan.c

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
3414fc3f527ce74cfca543c37bcb52c8e63b915e 07-Oct-2009 David Kilroy <kilroyd@googlemail.com> orinoco: use cfg80211 ethtool ops

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2b2603515e26466685895e93cae59bc061389f11 05-Aug-2009 David Kilroy <kilroyd@googlemail.com> orinoco: add function to retrieve current bssid

We will need this from the cfg80211 disassociate call.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
07542d08ee573b6d8281f38430117b52fccaf50a 05-Aug-2009 David Kilroy <kilroyd@googlemail.com> orinoco: move disassociation to hw.c

This allows the disassociation to be called via cfg80211.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
16e158480d542f3909b5aca8b125af986ae128c1 05-Aug-2009 David Kilroy <kilroyd@googlemail.com> orinoco: pass orinoco_set_tkip_key the sequence lengths

When we store the keys for cfg80211, the sequence lengths will also be
stored. So avoid assuming the sequence lengths at this level.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
c63cdbe8f80487c372fe0dfe460ed30467029f01 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: convert scanning to cfg80211

This removes the custom scan cache used by orinoco.

We also have to avoid calling cfg80211_scan_done from the hard
interrupt, so we offload the entirety of scan processing to a workqueue.

This may behave strangely if you start scanning just prior to
suspending...

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
721aa2f75b00399074eb443fdf16d797b4504a36 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: provide generic commit function

This allows changes to be commited from cfg80211 functions.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
98e5f404485d5d11b15e8351535a0e064a37647c 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Change set_tkip to use orinoco_private instead of hermes_t

hw.h does not include hermes.h, and none of the other functions
requires types from that file. Also hermes_t is a (discouraged) typedef
so we can't add a forward declaration. Therefore change this function to
use orinoco_private.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
42a51b933034bbed93fa54009c96a482044e5b43 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Move FID allocation to hw.c

This is part of refactorring the initialisation code so that we can
load the firmware before registerring with netdev.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
e9e3d0100eae5f254024bd59229ef1be2b719b84 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Move card reading code into hw.c

This is part of refactorring the initialisation code so that we can
load the firmware before registerring with netdev.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
a2d1a42a4b44c97fb83c5bf53af8cd6ab4c6c110 19-Jun-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Move firmware capability determination into hw.c

This is part of refactorring the initialisation code so that we can load
the firmware before registerring with netdev.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
712a4342a0d89e855a03ba06fb11f7eb29456d45 05-Feb-2009 David Kilroy <kilroyd@googlemail.com> orinoco: Move hardware functions into separate file

No functional change.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>