Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228015
b: refs/heads/master
c: 6112063
h: refs/heads/master
i:
  228013: 32bc2ec
  228011: e441eec
  228007: da76486
  227999: c86ddd9
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent 0e3ccc9 commit 633927c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 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: 9dd5f271441bbe85578c2b7841820d8bca26096c
refs/heads/master: 6112063d804aa0afc8d4462b22e36fc259393b64
5 changes: 0 additions & 5 deletions trunk/drivers/staging/winbond/mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ Mds_initial(struct wbsoft_priv *adapter)
return hal_get_tx_buffer(&adapter->sHwData, &pMds->pTxBuffer);
}

void
Mds_Destroy(struct wbsoft_priv *adapter)
{
}

static void Mds_DurationSet(struct wbsoft_priv *adapter, struct wb35_descriptor *pDes, u8 *buffer)
{
struct T00_descriptor *pT00;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/winbond/mds_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "core.h"

unsigned char Mds_initial(struct wbsoft_priv *adapter);
void Mds_Destroy(struct wbsoft_priv *adapter);
void Mds_Tx(struct wbsoft_priv *adapter);
void Mds_SendComplete(struct wbsoft_priv *adapter, struct T02_descriptor *pt02);
void Mds_MpduProcess(struct wbsoft_priv *adapter, struct wb35_descriptor *prxdes);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/winbond/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,6 @@ static void hal_halt(struct hw_data *pHwData)

static void wb35_hw_halt(struct wbsoft_priv *adapter)
{
Mds_Destroy(adapter);

/* Turn off Rx and Tx hardware ability */
hal_stop(&adapter->sHwData);
#ifdef _PE_USB_INI_DUMP_
Expand Down

0 comments on commit 633927c

Please sign in to comment.