1 Index: acx-mac80211-20100302/acx_func.h
2 ===================================================================
3 --- acx-mac80211-20100302.orig/acx_func.h 2010-03-06 13:01:36.000000000 +0100
4 +++ acx-mac80211-20100302/acx_func.h 2010-03-06 13:01:56.000000000 +0100
6 int acx_e_op_config(struct ieee80211_hw *hw, u32 changed);
7 void acx_e_op_bss_info_changed(struct ieee80211_hw *hw,
8 struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, u32 changed);
9 -int acx_e_op_get_tx_stats(struct ieee80211_hw* ieee, struct ieee80211_tx_queue_stats *stats);
10 int acx_e_conf_tx(struct ieee80211_hw* ieee, u16 queue,
11 const struct ieee80211_tx_queue_params *params);
12 //int acx_passive_scan(struct net_device *net_dev, int state, struct ieee80211_scan_conf *conf);
13 Index: acx-mac80211-20100302/common.c
14 ===================================================================
15 --- acx-mac80211-20100302.orig/common.c 2010-03-06 13:01:38.000000000 +0100
16 +++ acx-mac80211-20100302/common.c 2010-03-06 13:02:37.000000000 +0100
17 @@ -4662,24 +4662,6 @@
21 -int acx_e_op_get_tx_stats(struct ieee80211_hw *hw,
22 - struct ieee80211_tx_queue_stats *stats)
24 - acx_device_t *adev = ieee2adev(hw);
31 - stats->limit = TX_CNT;
34 - acx_sem_unlock(adev);
39 int acx_e_conf_tx(struct ieee80211_hw *hw,
40 u16 queue, const struct ieee80211_tx_queue_params *params)
42 Index: acx-mac80211-20100302/mem.c
43 ===================================================================
44 --- acx-mac80211-20100302.orig/mem.c 2010-03-06 13:01:46.000000000 +0100
45 +++ acx-mac80211-20100302/mem.c 2010-03-06 13:02:28.000000000 +0100
47 .bss_info_changed = acx_e_op_bss_info_changed,
48 .set_key = acx_e_op_set_key,
49 .get_stats = acx_e_op_get_stats,
50 - .get_tx_stats = acx_e_op_get_tx_stats,
54 Index: acx-mac80211-20100302/pci.c
55 ===================================================================
56 --- acx-mac80211-20100302.orig/pci.c 2010-03-06 13:01:40.000000000 +0100
57 +++ acx-mac80211-20100302/pci.c 2010-03-06 13:02:18.000000000 +0100
59 .bss_info_changed = acx_e_op_bss_info_changed,
60 .set_key = acx_e_op_set_key,
61 .get_stats = acx_e_op_get_stats,
62 - .get_tx_stats = acx_e_op_get_tx_stats,
66 Index: acx-mac80211-20100302/usb.c
67 ===================================================================
68 --- acx-mac80211-20100302.orig/usb.c 2010-03-06 13:01:44.000000000 +0100
69 +++ acx-mac80211-20100302/usb.c 2010-03-06 13:02:22.000000000 +0100
71 .bss_info_changed = acx_e_op_bss_info_changed,
72 .set_key = acx_e_op_set_key,
73 .get_stats = acx_e_op_get_stats,
74 - .get_tx_stats = acx_e_op_get_tx_stats,
77 /***********************************************************************