Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57616
b: refs/heads/master
c: eb3ce63
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent 6932b1c commit 915a285
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 064827edf6901e5fcbd84fc258fb2326a530da9c
refs/heads/master: eb3ce631f9abc45a98a12699d5a25742fd8421e7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static int should_stop_adhoc(wlan_adapter *adapter,
}


void wlan_association_worker(struct work_struct *work)
void libertas_association_worker(struct work_struct *work)
{
wlan_private *priv = container_of(work, wlan_private, assoc_work.work);
wlan_adapter *adapter = priv->adapter;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/assoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "dev.h"

void wlan_association_worker(struct work_struct *work);
void libertas_association_worker(struct work_struct *work);

struct assoc_request * wlan_get_association_request(wlan_adapter *adapter);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ wlan_private *wlan_add_card(void *card)

priv->assoc_thread =
create_singlethread_workqueue("libertas_assoc");
INIT_DELAYED_WORK(&priv->assoc_work, wlan_association_worker);
INIT_DELAYED_WORK(&priv->assoc_work, libertas_association_worker);

/*
* Register the device. Fillup the private data structure with
Expand Down

0 comments on commit 915a285

Please sign in to comment.