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

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

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

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

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

--- 233 unchanged lines hidden ---
34
35#include <sys/param.h>
36#include <sys/systm.h>
37#include <sys/kernel.h>
38#include <sys/malloc.h>
39#include <sys/module.h>
40#include <sys/endian.h>
41#include <sys/errno.h>

--- 233 unchanged lines hidden ---