+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.git] / drivers / net / wireless / wl3501_cs.c
2004-02-20 Olaf Hering+- add patches.fixes/linux-post-2.6.3-20040220
2004-02-09 Olaf Hering+- update to post 2.6.3-rc1 20040209
2004-01-21 Olaf Hering+- update to 2.6.1-rc1
2004-01-19 Jeff GarzikMerge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-4
2004-01-19 Andrew Morton[PATCH] remove CardServices() from drivers/net/wireless
2004-01-10 Alexander Viro[wireless wl3501_cs] remove unused constructor
2003-09-10 Russell KingMerge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6
2003-09-09 Eyal Lebedinsky[PATCH] wl3501 with old compiler
2003-09-09 Linus Torvalds[PATCH] Fix CONFIG_PCMCIA_WL3501 with older compilers
2003-09-06 Christoph Hellwig[PCMCIA] kill flush_stale_links
2003-08-19 Christoph Hellwig[PCMCIA] kill remaining cardservices version checking
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-07 Christoph Hellwig[netdrvr pcmcia] remove the release timer from all...
2003-07-20 Arnaldo Carvalho... o wl3501: add a first cut, lazy scan triggering for...
2003-07-20 Arnaldo Carvalho... o wl3501: implement {get,set}_scan wireless extensions
2003-07-20 Arnaldo Carvalho... o wl3501: introduce iw_mgmt_data_rset and rate labels...
2003-07-20 Arnaldo Carvalho... o wl3501: introduce iw_mgmt_ibss_pset
2003-07-19 Arnaldo Carvalho... o wl3501: fix bug in iw_mgmt_info_element id field...
2003-07-19 Arnaldo Carvalho... o wl3501: fix set_essid wireless extension, using the...
2003-07-19 Arnaldo Carvalho... o wl3501: use iw_mgmt_info_element for phy_pset (now...
2003-07-19 Arnaldo Carvalho... o wl3501: introduce iw_mgmt_info_element & associate...
2003-07-18 Arnaldo Carvalho... o wl3501: cleanup types
2003-07-18 Arnaldo Carvalho... o wl3501: slow_down_io exists only on __i386___
2003-07-17 Arnaldo Carvalho... o wl3501: first cut at power management support
2003-07-17 Arnaldo Carvalho... o wl3501: remove lots of uneeded casts
2003-07-17 Arnaldo Carvalho... o wl3501: create iw_default_channel
2003-07-17 Arnaldo Carvalho... o wl3501: create iw_valid_channel
2003-07-16 Arnaldo Carvalho... o wl3501: use more c99 style struct initializers
2003-07-16 Arnaldo Carvalho... o wl3501: keep it simple, support only ARPHRD_ETHER...
2003-07-16 Arnaldo Carvalho... o wl3501: nuke def_chan, useless
2003-07-16 Arnaldo Carvalho... o wl3501: use c99 init style for the signals
2003-07-15 Arnaldo Carvalho... o wl3501: create wl3501_esbq_exec to avoid cut'n'paste...
2003-07-15 Arnaldo Carvalho... o wl3501: use the regulatory domain defines
2003-07-15 Arnaldo Carvalho... o wl3501: remove llc_type stuff, not used
2003-07-09 Arnaldo Carvalho... o wl3501: remove duplicate assignment of link->irq...
2003-07-07 Arnaldo Carvalho... o wl3501: kill wl3501_mac_addr, to follow the de-facto...
2003-07-07 Arnaldo Carvalho... o wl3501: kill wl3501_80211_data_mac_hdr, we already...
2003-07-07 Arnaldo Carvalho... o wl3501: argh, WL3501_MIB_ATTR_{SHORT,LONG}_RETRY_LIMI...
2003-07-07 Arnaldo Carvalho... o wl3501: fix some mib variables sizes
2003-07-06 Arnaldo Carvalho... o wl3501: remove dead code that was surviving from...
2003-07-06 Arnaldo Carvalho... o wl3501: kill magic numbers in cap_info, fix bss_type...
2003-07-06 Arnaldo Carvalho... o wl3501: kill WL3501_SLOW_DOWN_IO, use slow_down_io...
2003-07-02 Arnaldo Carvalho... o wl3501: remove commented out code
2003-07-02 Arnaldo Carvalho... o wl3501: revert the change to get_encode wrt priv_opt_...
2003-07-01 Arnaldo Carvalho... o wl3501: kill a race in wl3501_get_mib_value and more
2003-07-01 Arnaldo Carvalho... o wl3501: implement get retry wireless extension
2003-07-01 Arnaldo Carvalho... o wl3501: implement get tx power wireless extension
2003-07-01 Arnaldo Carvalho... o wl3501: implement get power wireless extension
2003-07-01 Arnaldo Carvalho... o wl3501: implement get encode wireless extension
2003-07-01 Arnaldo Carvalho... o wl3501: implement get frag threshold wireless extension
2003-07-01 Arnaldo Carvalho... o wl3501: use the MIB stuff in this card, add one more...
2003-07-01 Arnaldo Carvalho... o wl3501: use offsetof(struct wl3501_{rx,tx}_hdr, addr4...
2003-07-01 Arnaldo Carvalho... o wl3501: merge some bits from yet another fork of...
2003-06-30 Arnaldo Carvalho... o wl3501: initialize link->release timer and use alloc_...
2003-06-30 Arnaldo Carvalho... o wl3501: clarify arp type checking in wl3501_md_ind_in...
2003-06-30 Arnaldo Carvalho... o wl3501: update this->rssi at wl3501_md_ind_interrupt
2003-06-30 Arnaldo Carvalho... o wl3501: finally a sane use for this->def_chan!
2003-06-30 Arnaldo Carvalho... o wl3501: kill one magic number, introducing WL3501_ESS...
2003-06-30 Arnaldo Carvalho... o wl3501: the first two chars in this->essid are special
2003-06-30 Arnaldo Carvalho... o wl3501: use wl3501_reset when changing some parameters
2003-06-29 Arnaldo Carvalho... o wl3501: first cut at adding set_freq wireless extension
2003-06-29 Arnaldo Carvalho... o wl3501: implement get_rate wireless extension
2003-06-29 Arnaldo Carvalho... o wl3501: subtract one from this->channel to get the...
2003-06-29 Arnaldo Carvalho... o wl3501: do proper tx throttling
2003-06-29 Arnaldo Carvalho... o wl3501: create channel to frequency table and use...
2003-06-29 Arnaldo Carvalho... o wl3501: remove leftover debug from get_freq
2003-06-29 Arnaldo Carvalho... o wl3501: more wireless extensions: {get,set}_nick...
2003-06-29 Arnaldo Carvalho... o wl3501: update tx statistics
2003-06-28 Arnaldo Carvalho... o wl3501: restructure netdev handling and kill card_sta...
2003-06-28 Arnaldo Carvalho... o wl3501: implement some more wireless extensions
2003-06-27 Arnaldo Carvalho... o wl3501: initial batch of support for wireless extensi...
2003-06-27 Arnaldo Carvalho... o wl3501: tidy up wl3501_ioctl
2003-06-27 Arnaldo Carvalho... o wl3501: move some variable declaration to where they...
2003-06-27 Arnaldo Carvalho... o wl3501: add locking in the interrupt handler
2003-06-27 Arnaldo Carvalho... o wl3501: remove stupid loop
2003-06-26 Arnaldo Carvalho... o wl3501: uncomment spin_lock usage, working well,...
2003-06-26 Arnaldo Carvalho... o wl3501: disabling the stupid loop for now, working...
2003-06-26 Arnaldo Carvalho... o wl3501: use eth_copy_and_sum, assorted cleanups
2003-06-26 Arnaldo Carvalho... o wl3501: fix the bug that prevented us from reliably...
2003-06-26 Arnaldo Carvalho... o wl3501: reorganization
2003-06-20 Arnaldo Carvalho... o wl3501: new wireless driver for Planet WL 3501 802...