This file is indexed.

/usr/share/doc/hostap-utils/README.Debian is in hostap-utils 1:0.4.7-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Hostap-utils can now support loading of binary firmware for cards that require
it.  You may specify primary and secondary firmware binaries for your network
interfaces.  For example, wlan0 in /etc/network/interfaces may appear as so:

auto wlan0
iface wlan0 inet dhcp
	hostname foo
	fw_primary /etc/firmware/pm010102.hex
	fw_secondary /etc/firmware/rf010800.hex

Firmware images can be downloaded from
http://www.red-bean.com/~proski/firmware/

 -- Andres Salomon <dilinger@voxel.net>  Mon, 21 Jun 2004 00:16:38 -0400