Deleted Added
full compact
if_bwn_radio_2056.c (300016) if_bwn_radio_2056.c (300190)
1
2/*
3
4 Broadcom B43 wireless driver
5 IEEE 802.11n PHY data tables
6
7 Copyright (c) 2008 Michael Buesch <m@bues.ch>
8 Copyright (c) 2010 Rafa�� Mi��ecki <zajec5@gmail.com>

--- 11 unchanged lines hidden (view full) ---

20 You should have received a copy of the GNU General Public License
21 along with this program; see the file COPYING. If not, write to
22 the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
23 Boston, MA 02110-1301, USA.
24
25*/
26
27#include <sys/cdefs.h>
1
2/*
3
4 Broadcom B43 wireless driver
5 IEEE 802.11n PHY data tables
6
7 Copyright (c) 2008 Michael Buesch <m@bues.ch>
8 Copyright (c) 2010 Rafa�� Mi��ecki <zajec5@gmail.com>

--- 11 unchanged lines hidden (view full) ---

20 You should have received a copy of the GNU General Public License
21 along with this program; see the file COPYING. If not, write to
22 the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
23 Boston, MA 02110-1301, USA.
24
25*/
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c 300016 2016-05-17 07:09:24Z adrian $");
28__FBSDID("$FreeBSD: head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c 300190 2016-05-19 04:45:50Z adrian $");
29
30/*
31 * The Broadcom Wireless LAN controller driver.
32 */
33
29
30/*
31 * The Broadcom Wireless LAN controller driver.
32 */
33
34#include "opt_wlan.h"
35#include "opt_bwn.h"
36
34#include <sys/param.h>
35#include <sys/systm.h>
36#include <sys/kernel.h>
37#include <sys/malloc.h>
38#include <sys/module.h>
39#include <sys/endian.h>
40#include <sys/errno.h>
41#include <sys/firmware.h>

--- 10334 unchanged lines hidden ---
37#include <sys/param.h>
38#include <sys/systm.h>
39#include <sys/kernel.h>
40#include <sys/malloc.h>
41#include <sys/module.h>
42#include <sys/endian.h>
43#include <sys/errno.h>
44#include <sys/firmware.h>

--- 10334 unchanged lines hidden ---