Wireless on LEDE VMware

Hello,

Currently, I have been able to setup LEDE on VMware and successfully install luci via opkg. I am looking for insight in setting up wireless for a usb connected device with a AR9271 chipset.

Information about my setup::
VMware settings are default

Snapshot used for VM disk (converted to vmdk via qemu-img)

https://downloads.lede-project.org/snapshots/targets/x86/generic/lede-x86-generic-combined-ext4.img.gz

The only files changed was in

/etc/config/network

with the following edited portion for 'lan' to get internet and install luci

config interface 'lan'
option type 'bridge'
config ifname 'eth0'
config proto 'dhcp'

You need to install the kmod-ath9k-htc module and reboot to make the system detect the new wifi.

Thanks for the reply!

EDIT: I'm starting to run into an issue with the card.
I'm Using the latest LEDE Snapshot with the required kmods as noted above

What is the easiest way to install "htc_9271-1.4.0.fw"
The following issue is: (Referencing: https://lists.openwrt.org/pipermail/openwrt-devel/2015-November/037506.html)