From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serene Gud Date: Tue, 5 Apr 2011 20:01:08 +0530 (IST) Subject: [ath9k-devel] ath9k: how to change channels dynamically In-Reply-To: Message-ID: <540278.28064.qm@web137301.mail.in.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org --- On Tue, 4/5/11, Adrian Chadd wrote: From: Adrian Chadd Subject: Re: [ath9k-devel] ath9k: how to change channels dynamically To: "Kanika Grover" Cc: ath9k-devel at lists.ath9k.org Date: Tuesday, April 5, 2011, 8:55 AM it depends what you're trying to do. Are you trying to dynamically change channel based on channel usage? Then you can just look at mac80211; it already knows how to change channels. It'll just call the driver to change the channel as appropriate. You don't need to necessarily modify ath9k to do it. Are you trying to do some kind of synthetic, slow frequency hopping? (eg with quick channel changes?) Then that's a different story. Adrian _______________________________________________ ath9k-devel mailing list ath9k-devel at lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel Hey Adrian, Yes, I am trying to change the channel based on channel usage, but I do not exactly know which files/functions (and how they are connected to others; function calls) in mac80211 and ath9k I need to address. Can you give me some idea as to where in the code I should look into? Thanks, SGS -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110405/23a3ed5b/attachment.htm