diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-04-28 10:27:09 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-05-06 13:46:17 -0400 |
commit | 94b00658ffc719427c9c09d7920957bc35915c6f (patch) | |
tree | cbc98ff565745d31f586edb6017bcc17f79ceaae /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | ccb6c1c0ec2b76a41c8c85747b1a671e71b97e64 (diff) |
iwlagn: remove bytecount indirection
All AGN devices need the bytecount table, so
remove the indirection and make the functions
static again.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 6045457cc722..a7921f9a03c6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -278,8 +278,6 @@ static int iwl6000_hw_channel_switch(struct iwl_priv *priv, | |||
278 | 278 | ||
279 | static struct iwl_lib_ops iwl6000_lib = { | 279 | static struct iwl_lib_ops iwl6000_lib = { |
280 | .set_hw_params = iwl6000_hw_set_hw_params, | 280 | .set_hw_params = iwl6000_hw_set_hw_params, |
281 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | ||
282 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | ||
283 | .txq_set_sched = iwlagn_txq_set_sched, | 281 | .txq_set_sched = iwlagn_txq_set_sched, |
284 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 282 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
285 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 283 | .txq_free_tfd = iwl_hw_txq_free_tfd, |
@@ -316,8 +314,6 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
316 | 314 | ||
317 | static struct iwl_lib_ops iwl6030_lib = { | 315 | static struct iwl_lib_ops iwl6030_lib = { |
318 | .set_hw_params = iwl6000_hw_set_hw_params, | 316 | .set_hw_params = iwl6000_hw_set_hw_params, |
319 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | ||
320 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | ||
321 | .txq_set_sched = iwlagn_txq_set_sched, | 317 | .txq_set_sched = iwlagn_txq_set_sched, |
322 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 318 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
323 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 319 | .txq_free_tfd = iwl_hw_txq_free_tfd, |