Our patches against latest ieee80211 branch can be found at
http://kernel.org/pub/linux/kernel/people/jbenc/

Patches have to be applied in this order (also specified in 'series'
file):

debug-macros-cleanup.patch
ipw2100-cleanup-prefixes.patch
ipw2100-cleanup-debug-prints.patch
ipw2100-cleanup-static.patch
    Various cleanups from Pavel Machek, Adrian Bunk and us.

ipw2100-fix-config-promisc.patch
    CONFIG_IPW2100_PROMISC should be CONFIG_IPW2100_MONITOR.

ipw2100-open-fix.patch
    Imre Deak's patch for enabling carrier after an open when card is
    already associated.

ipw2200-remove-support-for-obsolete-kernels.patch
ipw2200-remove-trap-and-unused-stuff.patch
    Cleanups from Pavel Machek.

add-new-definitions.patch
convert-defines-to-enums.patch
    Adds all definitions from 802.11x specs (from Gertjan van Wingerde.)

endian-aware-types.patch
    Michael Wu's patch for replacing u16 with __le16/__be16.

ieee-dev-alignment.patch
ipw-fix-after-ieee-dev-alignment.patch
    Organizes the priv field of struct ieee80211_device in a similar manner
    as the priv field in struct net_device. Makes drivers use
    ieee80211_device instead of net_device.

configuration-struct.patch
ipw-fix-after-configuration-struct.patch
    Cleanup and improvements of ieee80211 configuration. Adds support for
    switching off software fragmentation, fixes MSDU encryption.

add-seq-number.patch
    Adds sequence numbers to transmitted frames.

separate-from-ethernet.patch
    Makes the 802.11 layer independent of ethernet. 802.11 frames are no
    longer transformed from ethernet frames.

eth_p_802_11-ethertype.patch
fix-packet_socket-arp.patch
    Fixes of things broken by the previous patch. New ETH_P_802_11 ethertype
    is introduced, packet socket is fixed.

fix-definitions-for-xmit.patch
ipw-fix-after-definitions-for-xmit.patch
    Preparation for the next patch. Cleanup and fix of rate and modulation
    constants and variables.

xmit-skb.patch
ipw-fix-after-xmit-skb.patch
    Support for sending fragments one by one and for sending management
    frames. Wiped out struct ieee80211_txb.
    This patch needs to be improved - comments are greatly appreciated.

recv-skb.patch
ipw-fix-after-recv-skb.patch
    More generic handling of received frames. Initial support for handling
    of incoming management frames.

networks.patch
ipw-fix-after-networks.patch
    Hashtable for detected networks. Introduced functions for manipulation
    with the hashtable to allow support of devices performing the whole
    scanning in firmware.


-- 
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

Reply via email to