1. 21 6月, 2012 4 次提交
  2. 14 6月, 2012 2 次提交
  3. 08 6月, 2012 1 次提交
  4. 07 6月, 2012 8 次提交
  5. 06 6月, 2012 2 次提交
  6. 05 6月, 2012 16 次提交
  7. 17 5月, 2012 1 次提交
    • L
      wlcore: fix some sparse warnings due to missing static declaration · 22479972
      Luciano Coelho 提交于
      There were three sparse warnings in main.c due to missing static
      declaration:
      
        CHECK   drivers/net/wireless/ti/wlcore/main.c
      drivers/net/wireless/ti/wlcore/main.c:1265:5: warning: symbol 'wl1271_validate_wowlan_pattern' was not declared. Should it be static?
      drivers/net/wireless/ti/wlcore/main.c:1408:5: warning: symbol 'wl1271_convert_wowlan_pattern_to_rx_filter' was not declared. Should it be static?
      drivers/net/wireless/ti/wlcore/main.c:4823:6: warning: symbol 'wl1271_connection_loss_work' was not declared. Should it be static?
      
      Fix these by adding the static declaration to those functions.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      22479972
  8. 16 5月, 2012 5 次提交
  9. 12 4月, 2012 1 次提交