Hi, thanks for your reply. But my module doesn't seem to have the hal_tpc parameter:
filename: /lib/modules/2.6.27.18/net/ath_pci.ko license: Dual BSD/GPL version: 0.9.4.1 description: Support for Atheros 802.11 wireless LAN cards. author: Errno Consulting, Sam Leffler srcversion: 7399652F91692168C94562D alias: pci:v0000168Cd00009013sv*sd*bc*sc*i* alias: pci:v0000168Cd0000001Dsv*sd*bc*sc*i* alias: pci:v0000168Cd0000001Csv*sd*bc*sc*i* alias: pci:v0000168Cd0000001Bsv*sd*bc*sc*i* alias: pci:v0000168Cd0000001Asv*sd*bc*sc*i* alias: pci:v0000168Cd00000019sv*sd*bc*sc*i* alias: pci:v0000168Cd00000018sv*sd*bc*sc*i* alias: pci:v0000168Cd00000017sv*sd*bc*sc*i* alias: pci:v0000168Cd00000016sv*sd*bc*sc*i* alias: pci:v0000168Cd00000015sv*sd*bc*sc*i* alias: pci:v0000168Cd0000101Asv*sd*bc*sc*i* alias: pci:v0000168Cd00001014sv*sd*bc*sc*i* alias: pci:v000010B7d00000013sv*sd*bc*sc*i* alias: pci:v0000A727d00000013sv*sd*bc*sc*i* alias: pci:v0000168Cd00000013sv*sd*bc*sc*i* alias: pci:v0000168Cd00000012sv*sd*bc*sc*i* alias: pci:v0000168Cd00000007sv*sd*bc*sc*i* depends: ath_hal,wlan vermagic: 2.6.27.18 SMP mod_unload modversions 586 parm: countrycode:Override default country code (int) parm: maxvaps:Maximum VAPs (int) parm: outdoor:Enable/disable outdoor use (int) parm: xchanmode:Enable/disable extended channel mode (int) parm: rfkill:Enable/disable RFKILL capability (int) parm: autocreate:Create ath device in [sta|ap|wds|adhoc|ahdemo|monitor] mode. defaults to sta, use 'none' to disable (charp) parm: ratectl:Rate control algorithm [amrr|minstrel|onoe|sample], defaults to 'sample' (charp) parm: ath_debug:Load-time debug output enable (int) When I try to insert the module with hal_tpc=1, it says "Unknown symbol in module, or unknown paramter" I am using kernel 2.6.27.18 (Ubuntu 8.10) with madwifi 0.9.4 rev 4100 (which I checked out from madwifi site). Did you do anything special when compiling your kernel or the madwifi driver? I have scoured the Internet for hal_tpc, and it seems like for a lot of people this parameter is shown up when modinfo ath_pci is run; however, it's not showing up in mine. Thanks, Jung Quoting Robert Sombrutzki <[email protected]>: > Hi, > i don't know, whether it works with ath5k, but with the > madwifi-driver it works well. But you have to add some > modules-option. We use: > insmod ath_pci.ko hal_tpc=1 (and some other option) > > Please try: > modinfo ./ath_pci.ko > > Following output: > [...] > parm: hal_tpc:Disables manual per-packet transmit power > control and lets this be managed by the HAL. Default is OFF. (int) > [...] > > Best regards, > Robert > > On Donnerstag, 15. Oktober 2009, Jung Ryu wrote: >> Hi, >> >> Does anyone know if SetTXPower works with ath5k? I read somewhere here >> it doesn't work with madwifi, but I am wondering if additions have been >> made to ath5k that will make it work. >> >> Thanks in advance for any helpful replies. >> >> Jung >> _______________________________________________ >> click mailing list >> [email protected] >> https://amsterdam.lcs.mit.edu/mailman/listinfo/click > > > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
