1. 31 3月, 2017 1 次提交
  2. 29 3月, 2017 1 次提交
    • A
      stmmac: use netif_set_real_num_{rx,tx}_queues · 589a1a2e
      Arnd Bergmann 提交于
      A driver must not access the two fields directly but should instead use
      the helper functions to set the values and keep a consistent internal
      state:
      
      ethernet/stmicro/stmmac/stmmac_main.c: In function 'stmmac_dvr_probe':
      ethernet/stmicro/stmmac/stmmac_main.c:4083:8: error: 'struct net_device' has no member named 'real_num_rx_queues'; did you mean 'real_num_tx_queues'?
      
      Fixes: a8f5102a ("net: stmmac: TX and RX queue priority configuration")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      589a1a2e
  3. 25 3月, 2017 1 次提交
  4. 23 3月, 2017 2 次提交
  5. 22 3月, 2017 3 次提交
  6. 16 3月, 2017 10 次提交
  7. 14 3月, 2017 1 次提交
  8. 13 3月, 2017 12 次提交
  9. 25 2月, 2017 1 次提交
  10. 16 2月, 2017 6 次提交
  11. 09 2月, 2017 2 次提交