Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102759
b: refs/heads/master
c: b600e4e
h: refs/heads/master
i:
  102757: 61a9f91
  102755: c571ec1
  102751: 35ec8eb
v: v3
  • Loading branch information
Ron Rindjunsky authored and John W. Linville committed May 22, 2008
1 parent a0ada6f commit 45d9443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3647074973e70d0872b96ada27bbbb71fd1f628c
refs/heads/master: b600e4e1c5cd8928fef83bb983ab76c9a6f655bc
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@ static u16 iwl5000_get_hcmd_size(u8 cmd_id, u16 len)
return len;
}

static void iwl5000_rx_handler_setup(struct iwl_priv *priv)
{
}

static struct iwl_hcmd_ops iwl5000_hcmd = {
};

Expand All @@ -483,6 +487,7 @@ static struct iwl_lib_ops iwl5000_lib = {
.shared_mem_rx_idx = iwl5000_shared_mem_rx_idx,
.txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
.disable_tx_fifo = iwl5000_disable_tx_fifo,
.rx_handler_setup = iwl5000_rx_handler_setup,
.apm_ops = {
.init = iwl5000_apm_init,
.config = iwl5000_nic_config,
Expand Down

0 comments on commit 45d9443

Please sign in to comment.