[OpenWrt-Devel] [PATCH 4/7] mac80211: refresh Intel firmware

Hauke Mehrtens hauke at hauke-m.de
Sun Aug 23 16:17:17 EDT 2015



On 08/23/2015 12:56 PM, Dirk Neukirchen wrote:
> - sort firmware
> - add newer firmware for Intel chipsets
> - newer Intel MVM require firmware
> - ucode 13 requires Kernel 4.1+
> 
> only compile tested

Have you looked if this would close any open feature requests / issues
in OpenWrt trac?

> Signed-off-by: Dirk Neukirchen <dirkneukirchen at web.de>
> ---
>  package/kernel/mac80211/Makefile | 198 ++++++++++++++++++++++++++-------------
>  1 file changed, 133 insertions(+), 65 deletions(-)
> 
> +
> +	config IWL3160_FW
> +		bool "Intel 3160 Firmware"
> +		default y
> +		help
> +		  Download and install firmware for:
> +		    Intel Wireless WiFi 3160
> +
> +	config IWL3160_13_FW
> +		bool "Intel 3160 Firmware ucode 13 (4.1+)"
> +		default y
> +		depends on LINUX_4_1
> +		help
> +		  Download and install firmware for:
> +		    Intel Wireless WiFi 3160

Does this really depend on the kernel version and not on the iwl driver
version? OpenWrt uses the driver from a very recent wireless tree, so it
should be equivalent to something between 4.2 and 4.3 now.

I would suggest just using the most recent firmware files for the Intel
wifi devices.

Hauke
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list