On Mon, 2 Jan 2006 15:22:37 +0100, Ivo van Doorn wrote: > I don't know if there is a list of known issues with the stack, > but apparently the 80211.ko module doesn't load on a 64bit machine.
My todo list currently starts with these items: - Don't copy ieee80211_tx_control and ieee80211_rx_status structures to skb->cb. - Get rid of tons of net_devices. Use only as few devices as needed (i.e. in most cases just one). - Add missing wireless extensions for WPA support. - Allow ieee80211_hw->tx() to return NETDEV_TX_BUSY (even between fragments). - Easier handling of configuration requests (ieee80211_hw->config()). - Make the stack SMP safe. - PLCP Length calculation. -- Jiri Benc SUSE Labs - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html