Arduino Yun and Alfa AWUS036NHA

Hello,

i'm trying to install card Alfa AWUS036NHA on Arduino Yun and i have the fallowing problem:

root@Arduino:~# dmesg
(...)
[ 3174.240000] usb 1-1.1: new high-speed USB device number 10 using ehci-platform
[ 3174.390000] usb 1-1.1: New USB device found, idVendor=0cf3, idProduct=9271
[ 3174.390000] usb 1-1.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 3174.390000] usb 1-1.1: Product: UB91C
[ 3174.400000] usb 1-1.1: Manufacturer: ATHEROS
[ 3174.400000] usb 1-1.1: SerialNumber: 12345

root@Arduino:~# lsusb
(...)
Bus 001 Device 010: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n

root@Arduino:~# opkg update
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/attitude_adjustment.
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/Packages.sig.
Signature check passed.

root@Arduino:~# opkg install kmod-ath9k-htc
Installing kmod-ath9k-htc (3.3.8+2014-05-22-1) to root...
Downloading http://downloads.arduino.cc/openwrtyun/1/packages/kmod-ath9k-htc_3.3.8+2014-05-22-1_ar71xx.ipk.
Collected errors:

Please help !

Sorry, it's a problem with our download server. Files with "+" in the name cannot be downloaded. We are working on properly patching opkg.
In the meantime, you can do that manually with

wget http://downloads.arduino.cc/openwrtyun/1/packages/kmod-ath9k-htc_3.3.8%2B2014-05-22-1_ar71xx.ipk
opkg install kmod-ath9k-htc*

We just released an update. Please upgrade opkg with

opkg update
opkg upgrade opkg