b43: Add LP-PHY template
This adds template code for the LP-PHY. No actual functionality is implemented. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
3d0da75164
commit
e63e436326
@ -30,6 +30,7 @@
|
||||
#include "phy_g.h"
|
||||
#include "phy_a.h"
|
||||
#include "phy_n.h"
|
||||
#include "phy_lp.h"
|
||||
#include "b43.h"
|
||||
#include "main.h"
|
||||
|
||||
@ -54,7 +55,9 @@ int b43_phy_operations_setup(struct b43_wldev *dev)
|
||||
#endif
|
||||
break;
|
||||
case B43_PHYTYPE_LP:
|
||||
/* FIXME: Not yet */
|
||||
#ifdef CONFIG_B43_PHY_LP
|
||||
phy->ops = &b43_phyops_lp;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
if (B43_WARN_ON(!phy->ops))
|
||||
|
Reference in New Issue
Block a user