mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
bwi: clean up empty lines in .c and .h files
This commit is contained in:
parent
38fc6c1443
commit
93b628b9d8
6 changed files with 5 additions and 8 deletions
|
|
@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/linker.h>
|
||||
#include <sys/firmware.h>
|
||||
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/if_dl.h>
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/sockio.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/if_dl.h>
|
||||
|
|
@ -88,7 +88,6 @@ static void bwi_phy_config_agc(struct bwi_mac *);
|
|||
|
||||
static void bwi_tbl_write_2(struct bwi_mac *mac, uint16_t, uint16_t);
|
||||
static void bwi_tbl_write_4(struct bwi_mac *mac, uint16_t, uint32_t);
|
||||
|
||||
#define SUP_BPHY(num) { .rev = num, .init = bwi_phy_init_11b_rev##num }
|
||||
|
||||
static const struct {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/sockio.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/if_dl.h>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/sysctl.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/taskqueue.h>
|
||||
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/if_dl.h>
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/rman.h>
|
||||
|
||||
#include <sys/socket.h>
|
||||
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_var.h>
|
||||
#include <net/if_media.h>
|
||||
|
|
@ -246,7 +246,6 @@ static device_method_t bwi_pci_methods[] = {
|
|||
DEVMETHOD(device_shutdown, bwi_pci_shutdown),
|
||||
DEVMETHOD(device_suspend, bwi_pci_suspend),
|
||||
DEVMETHOD(device_resume, bwi_pci_resume),
|
||||
|
||||
{ 0,0 }
|
||||
};
|
||||
static driver_t bwi_driver = {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@
|
|||
#define BWI_CONF_LO_REQTO_MASK __BITS(6, 4) /* request timeout */
|
||||
#define BWI_CONF_LO_REQTO 3
|
||||
|
||||
|
||||
#define BWI_ID_LO 0xff8
|
||||
#define BWI_ID_LO_BUSREV_MASK __BITS(31, 28)
|
||||
/* Bus revision */
|
||||
|
|
|
|||
Loading…
Reference in a new issue