diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
| commit | 685dc743dc3b5645e34836464128e1c0558b404b (patch) | |
| tree | 39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/dev/bwn | |
| parent | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff) | |
Diffstat (limited to 'sys/dev/bwn')
| -rw-r--r-- | sys/dev/bwn/if_bwn.c | 2 | ||||
| -rw-r--r-- | sys/dev/bwn/if_bwn_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/bwn/if_bwn_phy_common.c | 2 | ||||
| -rw-r--r-- | sys/dev/bwn/if_bwn_phy_g.c | 2 | ||||
| -rw-r--r-- | sys/dev/bwn/if_bwn_phy_lp.c | 2 | ||||
| -rw-r--r-- | sys/dev/bwn/if_bwn_phy_n.c | 2 | ||||
| -rw-r--r-- | sys/dev/bwn/if_bwn_util.c | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index a5a37665d26b..e157c491f18e 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -35,8 +35,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/dev/bwn/if_bwn_pci.c b/sys/dev/bwn/if_bwn_pci.c index 2254fcfd504f..e2ba15dd67c8 100644 --- a/sys/dev/bwn/if_bwn_pci.c +++ b/sys/dev/bwn/if_bwn_pci.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_common.c b/sys/dev/bwn/if_bwn_phy_common.c index 704348f19294..f67461f75afa 100644 --- a/sys/dev/bwn/if_bwn_phy_common.c +++ b/sys/dev/bwn/if_bwn_phy_common.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_g.c b/sys/dev/bwn/if_bwn_phy_g.c index 09f8f0e569e6..aed17dfaab92 100644 --- a/sys/dev/bwn/if_bwn_phy_g.c +++ b/sys/dev/bwn/if_bwn_phy_g.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_lp.c b/sys/dev/bwn/if_bwn_phy_lp.c index bec003ee9fda..953f29727752 100644 --- a/sys/dev/bwn/if_bwn_phy_lp.c +++ b/sys/dev/bwn/if_bwn_phy_lp.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_n.c b/sys/dev/bwn/if_bwn_phy_n.c index 937bd9352da5..14d6e242d03d 100644 --- a/sys/dev/bwn/if_bwn_phy_n.c +++ b/sys/dev/bwn/if_bwn_phy_n.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * This is the top-level N-PHY support for the Broadcom softmac driver. */ diff --git a/sys/dev/bwn/if_bwn_util.c b/sys/dev/bwn/if_bwn_util.c index 41aa94f1aaec..d323099e3299 100644 --- a/sys/dev/bwn/if_bwn_util.c +++ b/sys/dev/bwn/if_bwn_util.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ |
