1. 06 3月, 2009 1 次提交
  2. 28 2月, 2009 2 次提交
    • J
      nl80211: Provide access to STA TX/RX packet counters · 98c8a60a
      Jouni Malinen 提交于
      The TX/RX packet counters are needed to fill in RADIUS Accounting
      attributes Acct-Output-Packets and Acct-Input-Packets. We already
      collect the needed information, but only the TX/RX bytes were
      previously exposed through nl80211. Allow applications to fetch the
      packet counters, too, to provide more complete support for accounting.
      Signed-off-by: NJouni Malinen <jouni.malinen@atheros.com>
      Acked-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      98c8a60a
    • J
      mac80211: split IBSS/managed code · 46900298
      Johannes Berg 提交于
      This patch splits out the ibss code and data from managed (station) mode.
      The reason to do this is to better separate the state machines, and have
      the code be contained better so it gets easier to determine what exactly
      a given change will affect, that in turn makes it easier to understand.
      
      This is quite some churn, especially because I split sdata->u.sta into
      sdata->u.mgd and sdata->u.ibss, but I think it's easier to maintain that
      way. I've also shuffled around some code -- null function sending is only
      applicable to managed interfaces so put that into that file, some other
      functions are needed from various places so put them into util, and also
      rearranged the prototypes in ieee80211_i.h accordingly.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      46900298
  3. 14 2月, 2009 2 次提交
  4. 30 1月, 2009 5 次提交
  5. 20 12月, 2008 3 次提交
  6. 13 12月, 2008 1 次提交
  7. 05 12月, 2008 1 次提交
  8. 11 11月, 2008 3 次提交
  9. 01 11月, 2008 7 次提交
  10. 25 9月, 2008 3 次提交
  11. 16 9月, 2008 6 次提交
  12. 30 8月, 2008 2 次提交
  13. 23 8月, 2008 1 次提交
  14. 30 7月, 2008 1 次提交
  15. 15 7月, 2008 2 次提交