b43: Move code from nphy.* to phy_n.*

Sourcecode files for PHY code are named by phy_XXX.{c,h}
where XXX is the PHY type.
Move the N-PHY code to match the other files.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Michael Buesch
2008-08-30 02:27:19 +02:00
committed by John W. Linville
parent 99c4a78062
commit 3d0da75164
6 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
#include "b43.h"
#include "tables_nphy.h"
#include "phy_common.h"
#include "nphy.h"
#include "phy_n.h"
struct b2055_inittab_entry {