1. 14 Apr, 2011 1 commit
    • John W. Linville's avatar
      ath9k: avoid using trinary operator w/ TX_STAT_INC · dfa8fc69
      John W. Linville authored
      Otherwise, you get this:
      
        CC [M]  drivers/net/wireless/ath/ath9k/hif_usb.o
      drivers/net/wireless/ath/ath9k/hif_usb.c: In function ‘ath9k_skb_queue_complete’:
      drivers/net/wireless/ath/ath9k/hif_usb.c:230:12: error: expected expression before ‘do’
      make[2]: *** [drivers/net/wireless/ath/ath9k/hif_usb.o] Error 1
      make[1]: *** [drivers/net/wireless/ath/ath9k] Error 2
      make: *** [drivers/net/wireless/ath/] Error 2
      
      The TX_STAT_INC macro should probably be changed to accomodate such
      usage, although using a trinary operator in place of an if-else seems
      questionable to me anyway.
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      Acked-by: default avatarSujith Manoharan <Sujith.Manoharan@Atheros.com>
      dfa8fc69
  2. 13 Apr, 2011 39 commits