[ath5k-devel] Power Level SET Problem base.c

2010-05-04 Thread anmol khurana
Hi I looked into ath5k_config function which is getting a ieee80211_hw *hw as input and here when I read the the power value hw->conf.power_level ,it gives 20 . Now I wanted to find where exactly this power level is getting set . I tried checking in many other functions which are getting ieee802

[ath5k-devel] Module unload effect on card's working

2010-03-29 Thread anmol khurana
Hi My PCI wireless card uses the module ath5k . I am using compat-wireless to make changes in the source code and make/install/load it again and see how my card's working is affected by the changes.Basically the following commands ./scripts/driver-select ath5k make sudo make install sudo make un

[ath5k-devel] Making changes in source code & check working

2010-03-28 Thread anmol khurana
Hi As a part of my wireless network project ,I wanted to work on ath5k drivers and see how it effects my wireless card working. What is the easiest way of making changes in the driver source code and compile them to see changes made to the wireless card workings ? I mean ,in most softwares ,we ha