Search Linux Wireless

Re: [PATCH 3/3 try 3] Net: ath5k, use int as retval

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/24/07, Jiri Slaby <jirislaby@xxxxxxxxx> wrote:
> ath5k, use int as retval
>
> Changes-licensed-under: ISC
> Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
> Cc: Luis R. Rodriguez <mcgrof@xxxxxxxxx>

Same comment applies here for the #if 0. Specifically here:

@@ -4360,38 +4344,41 @@ yes:
       return 0;
 }

-bool
-ath5k_hw_query_pspoll_support(struct ath_hw *hal)
+#if 0
+static bool ath5k_hw_query_pspoll_support(struct ath_hw *hal)
 {
       AR5K_TRACE;
+
       if (hal->ah_version == AR5K_AR5210)
-               return(true);
+               return true;

       return false;
 }
+#endif

  Luis
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux