1. 27 Apr, 2009 15 commits
  2. 25 Apr, 2009 1 commit
  3. 24 Apr, 2009 3 commits
    • John W. Linville's avatar
      wireless: remove some (bogus?) 'may be used uninitialized' warnings · d3feaf5a
      John W. Linville authored
      net/mac80211/tx.c: In function ‘ieee80211_tx_h_select_key’:
      net/mac80211/tx.c:448: warning: ‘key’ may be used uninitialized in this function
      
      drivers/net/wireless/ath/ath9k/rc.c: In function ‘ath_rc_rate_getidx’:
      drivers/net/wireless/ath/ath9k/rc.c:815: warning: ‘nextindex’ may be used uninitialized in this function
      
      drivers/net/wireless/hostap/hostap_plx.c: In function ‘prism2_plx_probe’:
      drivers/net/wireless/hostap/hostap_plx.c:438: warning: ‘cor_index’ may be used uninitialized in this function
      drivers/net/wireless/hostap/hostap_plx.c:438: warning: ‘cor_offset’ may be used uninitialized in this function
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      d3feaf5a
    • John W. Linville's avatar
      libertas: fix format warning · 9b171ffe
      John W. Linville authored
      drivers/net/wireless/libertas/if_spi.c: In function ‘if_spi_c2h_data’:
      drivers/net/wireless/libertas/if_spi.c:733: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘long unsigned int’
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      9b171ffe
    • Alexander Beregalov's avatar
      8390p: fix build breakage · ad8affd9
      Alexander Beregalov authored
      Fix this build error caused by 362b76ed
      "8390p: Get rid of init_module/cleanup_module"
      
      drivers/net/8390p.c:94:19: error: invalid suffix "p_init_module" on integer constant
      drivers/net/8390p.c:94: error: expected identifier or '(' before numeric constant
      drivers/net/8390p.c:99:20: error: invalid suffix "p_cleanup_module" on integer constant
      Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      ad8affd9
  4. 23 Apr, 2009 10 commits
  5. 22 Apr, 2009 11 commits