1. 29 6月, 2012 1 次提交
    • T
      net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() · 58050fce
      Thomas Graf 提交于
      Using NLMSG_GOODSIZE results in multiple pages being used as
      nlmsg_new() will automatically add the size of the netlink
      header to the payload thus exceeding the page limit.
      
      NLMSG_DEFAULT_SIZE takes this into account.
      Signed-off-by: NThomas Graf <tgraf@suug.ch>
      Cc: Jiri Pirko <jpirko@redhat.com>
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Cc: Sergey Lapin <slapin@ossfans.org>
      Cc: Johannes Berg <johannes@sipsolutions.net>
      Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
      Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      Reviewed-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      58050fce
  2. 07 6月, 2012 2 次提交
  3. 06 6月, 2012 3 次提交
  4. 17 5月, 2012 2 次提交
  5. 09 5月, 2012 1 次提交
  6. 24 4月, 2012 1 次提交
  7. 14 4月, 2012 1 次提交
  8. 12 4月, 2012 2 次提交
  9. 11 4月, 2012 2 次提交
  10. 10 4月, 2012 1 次提交
  11. 02 4月, 2012 1 次提交
  12. 27 3月, 2012 1 次提交
  13. 13 3月, 2012 1 次提交
  14. 07 3月, 2012 1 次提交
  15. 06 3月, 2012 2 次提交
  16. 23 2月, 2012 1 次提交
  17. 07 2月, 2012 3 次提交
  18. 31 1月, 2012 1 次提交
  19. 28 1月, 2012 2 次提交
  20. 12 1月, 2012 1 次提交
  21. 20 12月, 2011 1 次提交
  22. 16 12月, 2011 2 次提交
  23. 15 12月, 2011 1 次提交
  24. 07 12月, 2011 1 次提交
  25. 29 11月, 2011 4 次提交
  26. 22 11月, 2011 1 次提交
    • B
      wireless: Support ht-capabilities over-rides. · 7e7c8926
      Ben Greear 提交于
      This allows users to disable features such as HT, HT40,
      and to modify the MCS, AMPDU, and AMSDU settings for
      drivers that support it.
      
      The MCS, AMPDU, and AMSDU features that may be disabled are
      are reported in the phy-info netlink message as a mask.
      
      Attemping to disable features that are not supported will
      take no affect, but will not return errors.  This is to aid
      backwards compatibility in user-space apps that may not be
      clever enough to deal with parsing the the capabilities mask.
      
      This patch only enables the infrastructure.  An additional
      patch will enable the feature in mac80211.
      Signed-off-by: NBen Greear <greearb@candelatech.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7e7c8926