Date: Tue, 3 Sep 2013 00:21:51 +0800 From: Chenchong Qin <qinchenchong@gmail.com> To: soc-status@freebsd.org Subject: Weekly Status Report, Sep 2, 2013 Message-ID: <CAFnsE3ck9XUKXVow0G8QwAbNWS_J26FA91C%2BRAO6v5PUKOa97g@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi! Here is last week's status. I taught ieee80211_amrr to return multiple rates and modified ath to let it use net80211_ratectl. I also try to perform some tests on my AR9227 device. * add amrr_rates to teach ieee80211_amrr of multiple rate. * change ieee80211_ratectl_complete(), drop stats, arg1, arg2, add ieee80211_rc_info *. adapt amrr_tx_complete correspondingly. * update ieee80211_ratectl_hascap_* functions to make it more reasonable. * modify ieee80211_ratectl_complete_rcflags() to let it work properly. we just care about rc flags here. ratecode is left for drivers to fill. * add a 48 bytes buf to mbuf(m_hdr) to record rc state. * modify ath to make it use net80211_ratectl api. Thanks! Chenchong
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFnsE3ck9XUKXVow0G8QwAbNWS_J26FA91C%2BRAO6v5PUKOa97g>