Summary: Firmware files for Atheros USB AR9170 devices for kernel >= 3.1 Name: carl9170-firmware Version: 1.9.4 Release: %mkrel 2 # taken from https://wireless.kernel.org/en/users/Drivers/carl9170/fw1.9.4?action=AttachFile&do=get&target=carl9170-1.fw Source0: carl9170-1.fw License: GPLv2 Group: System/Kernel and hardware Url: https://wireless.kernel.org/en/users/Drivers/carl9170.fw BuildArch: noarch %description This package contains the firmware files for Atheros USB AR9170 devices, it is intended to be used with the carl9170 driver. carl9170.fw is a fork of the ar9170.fw GPLv2 firmware released by Atheros with the goal of adding more features to the device to supersede in terms of features and capabilities from the original firmware and driver. It supports the following devices: https://wireless.kernel.org/en/users/Drivers/carl9170#available_devices %prep %build %install rm -rf %{buildroot} install -d %{buildroot}/lib/firmware/ install -m644 %{SOURCE0} %{buildroot}/lib/firmware/ %files /lib/firmware/carl9170-1.fw