在 2012-08-17 18:33:00,"Thomas Pedersen" <[email protected]> 写道:

>On Fri, Aug 17, 2012 at 3:19 AM, 李申 <[email protected]> wrote: >> But the 
>driver list on this page http://linuxwireless.org/en/users/Drivers >> shows 
>that the ath9k_htc driver doesn't support mesh.Are you sure it will >> work?> 
>>Oh right. You'll need the two ath9k_htc patches by Javier in 
>>git://github.com/cozybit/open80211s.git  branch "ft-ath9k-htc-support" >in 
>order for mesh to work.>>Thomas 
>>_______________________________________________ >Devel mailing 
>list>[email protected] 
>>http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Thank you for your reply.Do you mean that I just need to add two line 
codes('+'before the codes) into the right place of 
drivers/net/wireless/ath/ath9k/htc_drv_init.c

hw->flags=IEEE80211_HW_SIGNAL_DBM|
IEEE80211_HW_AMPDU_AGGREGATION|
IEEE80211_HW_SPECTRUM_MGMT|
IEEE80211_HW_HAS_RATE_CONTROL|
IEEE80211_HW_RX_INCLUDES_FCS|
IEEE80211_HW_SUPPORTS_PS|
IEEE80211_HW_PS_NULLFUNC_STACK|
IEEE80211_HW_REPORTS_TX_ACK_STATUS|
+               IEEE80211_HW_SUPPORTS_PER_STA_GTK|
+               IEEE80211_HW_MFP_CAPABLE|
IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING;
later I compile the code and install the modules then the patches are added?
Thank you again.

 
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to