commit 7d9ef476cd315bf2a767a763f605ba3c3599dbe4 Author: Jiri Slaby Date: Sat Jul 7 11:53:05 2007 +0200 no conf_tx diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index 534b868..fbe5e30 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -906,13 +906,6 @@ static int ath_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf) return ath_chan_set(sc, conf->chan); } -static int ath_conf_tx(struct ieee80211_hw *hw, int queue, - const struct ieee80211_tx_queue_params *params) -{ - printk("%s\n", __FUNCTION__); - return 0; -} - static struct ieee80211_ops ath_hw_ops = { .tx = ath_tx, .reset = NULL, @@ -921,11 +914,11 @@ static struct ieee80211_ops ath_hw_ops = { .add_interface = NULL, .remove_interface = NULL, .config = ath_config, - .config_interface = NULL, - .set_key = NULL, - .get_stats = NULL, - .conf_tx = ath_conf_tx, -/* .get_tx_stats = , +/* .config_interface = , + .set_key = , + .get_stats = , + .conf_tx = , + .get_tx_stats = , .get_tsf = , .reset_tsf = , .beacon_update = ,*/