]> Pileus Git - ~andy/linux/commit
qlcnic: create file qlcnic_io.c for datapath routines
authorSony Chacko <sony.chacko@qlogic.com>
Wed, 28 Nov 2012 04:34:26 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2012 16:07:43 +0000 (11:07 -0500)
commitc70001a952e561775222d28a9e2f2a0075af51f3
tree8698785c3426bc26eeb98af21f06a19d6d687e1c
parent3a858a86922f3aeb85a352f3d1ce44c2a99b69a6
qlcnic: create file qlcnic_io.c for datapath routines

Physical refactoring of 82xx adapter data path routines.

Move data path code to new file qlcnic_io.c
Existing data path code has coding stye issues, the code is
moved to the new file without fixing the style issues.

There is a seperate patch to fix the style issues in qlcnic_io.c

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/Makefile
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c [new file with mode: 0644]
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c