On Wed, Jun 23, 2010 at 11:14 PM, Hasan Rashid <[email protected]> wrote: > I believe its ieee80211_ioctl_siwfreq in ieee80211_wireless.c > > > > -Hasan R. > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Mohammad Abdelhadi > Sent: Wednesday, June 23, 2010 12:50 PM > To: [email protected] > Subject: [ath9k-devel] iwconfig > > > > Dear All, > > > > Which function in the driver is called when " iwconfig ath0 channel 6" is > executed? > > Thank you in advance... > > -- > Mohammad > > _______________________________________________ > ath9k-devel mailing list > [email protected] > https://lists.ath9k.org/mailman/listinfo/ath9k-devel > >
First of all please learn to use the useful tool LXR: http://lxr.linux.no/linux to find code in the linux kernel. the function is ath_set_channel in drivers/net/wireless/ath/ath9k/main.c according to LXR: http://lxr.linux.no/linux+v2.6.34/drivers/net/wireless/ath/ath9k/main.c#L164 also, please use plain text when writing to a public mailing list (no html, colors, etc.) as reads better on many mobile devices, most of all doesn't have the "Calibri" font :P Best Regards, Matteo Croce -- Matteo Croce OpenWrt developer _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M KAMIKAZE (bleeding edge) ------------------ * 10 oz Vodka Shake well with ice and strain * 10 oz Triple sec mixture into 10 shot glasses. * 10 oz lime juice Salute! --------------------------------------------------- _______________________________________________ ath9k-devel mailing list [email protected] https://lists.ath9k.org/mailman/listinfo/ath9k-devel
