diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800usb.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index dbf501ca317f..377876315b8d 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -542,7 +542,8 @@ static void rt2800usb_txdone(struct rt2x00_dev *rt2x00dev) | |||
542 | } | 542 | } |
543 | 543 | ||
544 | if (entry) | 544 | if (entry) |
545 | rt2800_txdone_entry(entry, reg); | 545 | rt2800_txdone_entry(entry, reg, |
546 | rt2800usb_get_txwi(entry)); | ||
546 | } | 547 | } |
547 | } | 548 | } |
548 | 549 | ||
@@ -759,6 +760,8 @@ static const struct ieee80211_ops rt2800usb_mac80211_ops = { | |||
759 | .get_stats = rt2x00mac_get_stats, | 760 | .get_stats = rt2x00mac_get_stats, |
760 | .get_tkip_seq = rt2800_get_tkip_seq, | 761 | .get_tkip_seq = rt2800_get_tkip_seq, |
761 | .set_rts_threshold = rt2800_set_rts_threshold, | 762 | .set_rts_threshold = rt2800_set_rts_threshold, |
763 | .sta_add = rt2x00mac_sta_add, | ||
764 | .sta_remove = rt2x00mac_sta_remove, | ||
762 | .bss_info_changed = rt2x00mac_bss_info_changed, | 765 | .bss_info_changed = rt2x00mac_bss_info_changed, |
763 | .conf_tx = rt2800_conf_tx, | 766 | .conf_tx = rt2800_conf_tx, |
764 | .get_tsf = rt2800_get_tsf, | 767 | .get_tsf = rt2800_get_tsf, |
@@ -816,6 +819,8 @@ static const struct rt2x00lib_ops rt2800usb_rt2x00_ops = { | |||
816 | .config_erp = rt2800_config_erp, | 819 | .config_erp = rt2800_config_erp, |
817 | .config_ant = rt2800_config_ant, | 820 | .config_ant = rt2800_config_ant, |
818 | .config = rt2800_config, | 821 | .config = rt2800_config, |
822 | .sta_add = rt2800_sta_add, | ||
823 | .sta_remove = rt2800_sta_remove, | ||
819 | }; | 824 | }; |
820 | 825 | ||
821 | static const struct data_queue_desc rt2800usb_queue_rx = { | 826 | static const struct data_queue_desc rt2800usb_queue_rx = { |
@@ -914,6 +919,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
914 | { USB_DEVICE(0x050d, 0x935b) }, | 919 | { USB_DEVICE(0x050d, 0x935b) }, |
915 | /* Buffalo */ | 920 | /* Buffalo */ |
916 | { USB_DEVICE(0x0411, 0x00e8) }, | 921 | { USB_DEVICE(0x0411, 0x00e8) }, |
922 | { USB_DEVICE(0x0411, 0x0158) }, | ||
917 | { USB_DEVICE(0x0411, 0x016f) }, | 923 | { USB_DEVICE(0x0411, 0x016f) }, |
918 | { USB_DEVICE(0x0411, 0x01a2) }, | 924 | { USB_DEVICE(0x0411, 0x01a2) }, |
919 | /* Corega */ | 925 | /* Corega */ |