diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-08-30 02:27:19 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-05 22:17:43 +0200 |
commit | 3d0da7516441d41dbfcc2b2667d9b792d580e50b (patch) | |
tree | 7df000ba564c88f215acdf31a47c2d8b7e9e8378 /drivers/net/wireless/b43/phy_common.c | |
parent | b43: Move remaining code from phy.c to phy_a.c (diff) | |
download | linux-3d0da7516441d41dbfcc2b2667d9b792d580e50b.tar.xz linux-3d0da7516441d41dbfcc2b2667d9b792d580e50b.zip |
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>
Diffstat (limited to 'drivers/net/wireless/b43/phy_common.c')
-rw-r--r-- | drivers/net/wireless/b43/phy_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/phy_common.c b/drivers/net/wireless/b43/phy_common.c index 5a550a7af2e9..4b6c944be042 100644 --- a/drivers/net/wireless/b43/phy_common.c +++ b/drivers/net/wireless/b43/phy_common.c @@ -29,7 +29,7 @@ #include "phy_common.h" #include "phy_g.h" #include "phy_a.h" -#include "nphy.h" +#include "phy_n.h" #include "b43.h" #include "main.h" |