On Wed, May 16, 2007 at 09:51:28PM -0400, Michael Wu wrote: > On Wednesday 16 May 2007 17:45, James Ketrenos wrote: > > This patch adds the iwlwifi project directory and sources needed to > > build the mac80211 based wireless drivers for the Intel PRO/Wireless > > 3945ABG/BG Network Connection and Intel Wireless WiFi Link AGN adapters. > > > Looks much better than when I last checked. A few comments: > > - The enter/leave stuff should be removed. > - Many of the in_interrupt() checks are unnecessary. Jiri recently documented > which callbacks need to be atomic - the ones that don't need to be atomic > definitely won't be called in an interrupt. Actually not some but all. Drivers should never use in_interrupt(). - 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