[RFC] bcm43xx-mac80211: Add TX power set file to debugfs

2007-08-06 Thread Larry Finger
For testing purposes, this patch adds a file named power_level to the debugfs for bcm43xx-mac80211. If this file is read, it returns the current setting for the Desired power level. Writing a number between 5 and 18 will set that value as the new value for the desired power setting.

Re: [RFC] bcm43xx-mac80211: Add TX power set file to debugfs

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007 22:22:14 Larry Finger wrote: Index: wireless-dev/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c === --- wireless-dev.orig/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c +++

Re: [RFC] bcm43xx-mac80211: Add TX power set file to debugfs

2007-08-06 Thread Larry Finger
Michael Buesch wrote: On Monday 06 August 2007 22:22:14 Larry Finger wrote: Index: wireless-dev/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c === --- wireless-dev.orig/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c

Re: [RFC] bcm43xx-mac80211: Add TX power set file to debugfs

2007-08-06 Thread Michael Buesch
On Monday 06 August 2007 22:36:49 Larry Finger wrote: Michael Buesch wrote: On Monday 06 August 2007 22:22:14 Larry Finger wrote: Index: wireless-dev/drivers/net/wireless/bcm43xx-mac80211/bcm43xx_main.c === ---