Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2016-06-07 11:42:32 +02:00
parent e61fe4e4d7
commit 24a7ccb056
65 changed files with 73 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for wl_glue driver
#
# Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
# Copyright (C) 2011 Jo-Philipp Wich <jo@mein.io>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License

View File

@@ -1,6 +1,6 @@
/*
* wl_glue.c: Broadcom WL support module providing a unified SSB/BCMA handling.
* Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
* Copyright (C) 2011 Jo-Philipp Wich <jo@mein.io>
*/
#include "wl_glue.h"
@@ -21,7 +21,7 @@
#include <linux/bcma/bcma.h>
#endif
MODULE_AUTHOR("Jo-Philipp Wich (jow@openwrt.org)");
MODULE_AUTHOR("Jo-Philipp Wich (jo@mein.io)");
MODULE_DESCRIPTION("Broadcom WL SSB/BCMA compatibility layer");
MODULE_LICENSE("GPL");

View File

@@ -1,6 +1,6 @@
/*
* wl_glue.h: Broadcom WL support module providing a unified SSB/BCMA handling.
* Copyright (C) 2011 Jo-Philipp Wich <jow@openwrt.org>
* Copyright (C) 2011 Jo-Philipp Wich <jo@mein.io>
*/
#include <linux/types.h>