]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/net/wireless/rt2x00/rt2800mmio.h
rt2x00: create a new module for rt2800 MMIO code
authorGabor Juhos <juhosg@openwrt.org>
Thu, 17 Oct 2013 07:42:15 +0000 (09:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Oct 2013 18:06:58 +0000 (14:06 -0400)
commite5553f089a5604df2108f767392e67d4eedb330c
tree732832ea817de29866bb9145933d311bef768f8a
parent13996ade218c8b7f44bc517dfd66d904c585d6d2
rt2x00: create a new module for rt2800 MMIO code

Create a new module for common code which can be used
for rt2800 device with memory mapped I/O. It is an empty
module for now, but it will be populated by subsequent
patches.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/Kconfig
drivers/net/wireless/rt2x00/Makefile
drivers/net/wireless/rt2x00/rt2800mmio.c [new file with mode: 0644]
drivers/net/wireless/rt2x00/rt2800mmio.h [new file with mode: 0644]