Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to modify channel width with ath9k driver?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ghostrain
n00b
n00b


Joined: 17 Jun 2013
Posts: 4

PostPosted: Wed Jun 19, 2013 12:02 am    Post subject: How to modify channel width with ath9k driver? Reply with quote

Hello there!

I am hacking into linux wireless driver to modify channel width dynamicly. Basicly, what I want to do is:

1) initially, the client uses 20MHz channel width and receives data at 20MHz rates from the AP

2) then, the client switches to 40MHz channel width and receives data from AP at 40MHz rates

What I have done now is:

1) in 20MHz mode, client sends an action frame to AP requesting using 40MHz rates (I used the Notify Channel Width field defined in 11n spec)

2) on receiving request, AP sends back an ACK frame (what I want to but haven't done here is changing AP's channel width to 40MHz)

3) client receives the ACK (and what I want to but haven't done is changing client's channel width from 20MHz to 40MHz)

action frame is received and handled in ieee80211_rx_h_action() in net/mac80211/rx.c

I truly appreciate your time and suggestions!
Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum