PHY: where to put forcing gater clocks function

2010-01-08 Thread Rafał Miłecki
I need to implement http://bcm-v4.sipsolutions.net/802.11/PHY/ClkFgc Where I can put my void b43_phy_clock_fgc(struct b43_wldev *dev, bool clock) { ... } ? Is end of phy_common.c file OK for this? -- Rafał ___ Bcm43xx-dev mailing list

Re: PHY: where to put forcing gater clocks function

2010-01-08 Thread Michael Buesch
On Friday 08 January 2010 09:30:27 Rafał Miłecki wrote: I need to implement http://bcm-v4.sipsolutions.net/802.11/PHY/ClkFgc Where I can put my void b43_phy_clock_fgc(struct b43_wldev *dev, bool clock) { ... } ? Is end of phy_common.c file OK for this? yes. Note that the 0x2 bit has

Re: PHY: where to put forcing gater clocks function

2010-01-08 Thread Rafał Miłecki
W dniu 8 stycznia 2010 11:17 użytkownik Michael Buesch m...@bu3sch.de napisał: On Friday 08 January 2010 09:30:27 Rafał Miłecki wrote: I need to implement http://bcm-v4.sipsolutions.net/802.11/PHY/ClkFgc Where I can put my void b43_phy_clock_fgc(struct b43_wldev *dev, bool clock) { ... } ?

Re: PHY: where to put forcing gater clocks function

2010-01-08 Thread Rafał Miłecki
W dniu 8 stycznia 2010 09:30 użytkownik Rafał Miłecki zaj...@gmail.com napisał: I need to implement http://bcm-v4.sipsolutions.net/802.11/PHY/ClkFgc Where I can put my void b43_phy_clock_fgc(struct b43_wldev *dev, bool clock) { ... } ? Is end of phy_common.c file OK for this? Larry changed