Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121801
b: refs/heads/master
c: eb4779c
h: refs/heads/master
i:
  121799: d2471d3
v: v3
  • Loading branch information
Winkler, Tomas authored and John W. Linville committed Nov 10, 2008
1 parent 1b71341 commit 4ac4a12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: 9c80c50211d638555bc4b160d9ccd348e98eedad
refs/heads/master: eb4779c40549f8e0dd45c9a30f279134c9a86131
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-rs.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ static inline u8 first_antenna(u8 mask)
}


static inline u8 iwl4965_get_prev_ieee_rate(u8 rate_index)
static inline u8 iwl_get_prev_ieee_rate(u8 rate_index)
{
u8 rate = iwl_rates[rate_index].prev_ieee;

Expand All @@ -304,19 +304,19 @@ static inline u8 iwl4965_get_prev_ieee_rate(u8 rate_index)
}

/**
* iwl4965_rate_control_register - Register the rate control algorithm callbacks
* iwl_rate_control_register - Register the rate control algorithm callbacks
*
* Since the rate control algorithm is hardware specific, there is no need
* or reason to place it as a stand alone module. The driver can call
* iwl4965_rate_control_register in order to register the rate control callbacks
* iwl_rate_control_register in order to register the rate control callbacks
* with the mac80211 subsystem. This should be performed prior to calling
* ieee80211_register_hw
*
*/
extern int iwlagn_rate_control_register(void);

/**
* iwl4965_rate_control_unregister - Unregister the rate control callbacks
* iwl_rate_control_unregister - Unregister the rate control callbacks
*
* This should be called after calling ieee80211_unregister_hw, but before
* the driver is unloaded.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ static void iwl_sta_init_lq(struct iwl_priv *priv, const u8 *addr, int is_ap)

link_cmd.rs_table[i].rate_n_flags =
iwl_hw_set_rate_n_flags(iwl_rates[r].plcp, rate_flags);
r = iwl4965_get_prev_ieee_rate(r);
r = iwl_get_prev_ieee_rate(r);
}

link_cmd.general_params.single_stream_ant_msk =
Expand Down

0 comments on commit 4ac4a12

Please sign in to comment.