1. 29 1月, 2011 4 次提交
  2. 27 1月, 2011 1 次提交
    • J
      mac80211: use DECLARE_EVENT_CLASS · ba99d93b
      Johannes Berg 提交于
      For events that include only the local struct as
      their parameter, we can use DECLARE_EVENT_CLASS
      and save quite some binary size across segments
      as well lines of code.
      
         text	   data	    bss	    dec	    hex	filename
       375745	  19296	    916	 395957	  60ab5	mac80211.ko.before
       367473	  17888	    916	 386277	  5e4e5	mac80211.ko.after
        -8272   -1408       0   -9680   -25d0 delta
      
      Some more tracepoints with identical arguments
      could be combined like this but for now this is
      the one that benefits most.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ba99d93b
  3. 26 1月, 2011 1 次提交
  4. 22 1月, 2011 2 次提交
  5. 20 1月, 2011 17 次提交
  6. 15 1月, 2011 1 次提交
  7. 14 1月, 2011 4 次提交
  8. 13 1月, 2011 7 次提交
  9. 12 1月, 2011 3 次提交