1. 30 10月, 2012 1 次提交
  2. 20 10月, 2012 2 次提交
  3. 18 10月, 2012 1 次提交
    • A
      wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC · 04b2312a
      Arend van Spriel 提交于
      The include file linux/ieee80211.h contains three definitions for
      the same thing in enum ieee80211_eid due to historic changes:
      
      /* Information Element IDs */
      enum ieee80211_eid {
          :
          WLAN_EID_WPA = 221,
          WLAN_EID_GENERIC = 221,
          WLAN_EID_VENDOR_SPECIFIC = 221,
          :
      };
      
      The standard refers to this as "vendor specific" element so the
      other two definitions are better not used. This patch changes the
      wireless drivers to use one definition, ie. WLAN_EID_VENDOR_SPECIFIC.
      
      Cc: Jouni Malinen <j@w1.fi>
      Cc: Dan Williams <dcbw@redhat.com>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Acked-by: Kalle Valo <kvalo@qca.qualcomm.com> [ath6kl]
      Acked-by: Bing Zhao <bzhao@marvell.com> [mwifiex]
      Acked-by: Stanislav Yakovlev <stas.yakovlev@gmail.com> [ipw2x00]
      Signed-off-by: NArend van Spriel <arend@broadcom.com>
      [change libipw as well]
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      04b2312a
  4. 16 10月, 2012 3 次提交
  5. 29 9月, 2012 9 次提交
  6. 25 9月, 2012 7 次提交
  7. 13 9月, 2012 4 次提交
  8. 08 9月, 2012 1 次提交
  9. 06 9月, 2012 1 次提交
  10. 13 7月, 2012 1 次提交
  11. 12 7月, 2012 1 次提交
  12. 14 3月, 2012 1 次提交
  13. 23 2月, 2012 3 次提交
  14. 25 1月, 2012 2 次提交
  15. 17 1月, 2012 1 次提交
    • A
      brcmfmac: work-around gcc 4.7 build issue · 5addc0de
      Alexandre Oliva 提交于
      Alexandre Oliva <oliva@lsd.ic.unicamp.br> says:
      
      "It's an issue brought about by GCC 4.7's partial-inlining, that ends up
      splitting the udelay function just at the wrong spot, in such a way that
      some sanity checks for constants fails, and we end up calling
      bad_udelay.
      
      This patch fixes the problem.  Feel free to push it upstream if it makes
      sense to you."
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5addc0de
  16. 01 12月, 2011 2 次提交