Changes in 1.0.3

* Cleaned up some prior merge regressions when syncing with 
  netdev-2.6
* Fixed some whitespace issues.
* Removed some un-needed comments.
* Removed duplicate defines, for example:
	IEEE80211_DATA_HDR4_LEN => IEEE80211_4ADDR_LEN

Changes in 1.0.2

* Fix type-o: abg_ture -> abg_true (thanks to Hong Liu)
* Fix 64-bit warnings (thanks to Pedro Ramalhais)
* Fix to refernce of skb->priority after skb freed (thank to Zhu Yi)
* Fixed Makefile's check_old to look in correct path for .config and 
  include/linux/autoconf.h (thanks to Pedro Ramalhais)

Changes in 1.0.1

* Updated to latest ieee80211-dev work (compatible with ipw-dev tree, 
  ipw2100 1.1.1, and ipw2200 1.0.5)
* Modified ieee80211_geo to start adding more geographies and to correct 
  an 802.11h mapping problem.
* Added WE18 support (thanks to Hong Liu)
* memcpy() parameter reversal fix (thanks to akamatsu)
* Fixed compatibility problem with kernel due to multiple definitions of 
  is_multicast_ether_addr()
* Modified 'make check' to be 'make check_old' so as not to conflict 
  with Gentoo's Portage system.
* Fix TKIP encryption and fragmentation code rewrite (thanks to Hong Liu)
* Add ieee->host_encrypt_msdu to avoid ipw specific change in ieee80211.
* Sync with netdev-2.6 ieee80211 branch.

Changes in 1.0.0

* Initial version of ieee80211 pulled out of ipw driver projects into
  stand alone project; compatible with ipw2100 1.1.0 and ipw2200 1.0.0
