OSDN Git Service

libertas: move wlan_*_association_work from header to c file
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Fri, 26 Oct 2007 08:12:14 +0000 (10:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:03:34 +0000 (15:03 -0800)
commit9f9dac281ba2acd3d6d3574076f86b8f99aaebc0
treed895e893f307d210fdecbc74c5b4b746e4507623
parent49df2b33478fd67e642d05786d06de322504842c
libertas: move wlan_*_association_work from header to c file

Move wlan_postpone_association_work() and wlan_cancel_association_work()
from a assoc.h file to the sole user, into wext.c.

Renamed those two functions to to libertas_XXX as well.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/assoc.h
drivers/net/wireless/libertas/wext.c