aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw/zd_chip.c
Commit message (Expand)AuthorAgeFilesLines
* zd1211rw: rename CR* macros to ZD_CR*Jussi Kivilinna2011-04-071-131/+131
* zd1211rw: move async iowrite16v up to callersJussi Kivilinna2011-02-141-7/+28
* zd1211rw: add TX watchdog and device resettingJussi Kivilinna2011-02-041-0/+2
* zd1211rw: use stack and preallocated memory for small cmd-buffersJussi Kivilinna2011-02-041-30/+13
* zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flagJussi Kivilinna2011-02-041-5/+28
* zd1211rw: support setting BSSID for AP modeJussi Kivilinna2011-02-041-10/+29
* zd1211rw: fix beacon interval setupJussi Kivilinna2011-02-041-6/+10
* zd1211rw: cancel process_intr work on zd_chip_disable_int()Jussi Kivilinna2011-02-041-0/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-11-291-2/+2
|\
| * zd1211rw: Use constJoe Perches2010-11-221-2/+2
* | zd1211rw: document need for kmalloc castJoe Perches2010-11-281-0/+1
|/
* zd1211rw: update fw version info in wiphy structJohn W. Linville2010-08-161-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* wireless: remove remaining qual codeJohannes Berg2009-12-281-140/+0
* zd1211rw: Fix TX status reporting in order to have proper rate controlBenoit PAPILLAULT2009-10-271-2/+2
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* zd1211rw: make it clear we don't use leds.h LED stuffLuis R. Rodriguez2009-08-141-3/+3
* zd1211rw: Implement get_tsf()Alina Friedrichsen2009-03-051-0/+21
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* zd1211rw: make use of new regulatory_hint()Luis R. Rodriguez2008-09-151-1/+0
* zd1211rw: support for mesh interface and beaconingLuis Carlos Cobo2008-03-061-0/+1
* zd1211rw: Fixed incorrect constant name.Javier Cardona2008-02-291-4/+4
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-10/+5
* zd1211rw: add copyright noticesDaniel Drake2008-01-281-1/+4
* zd1211rw: port to mac80211Daniel Drake2008-01-281-65/+56
* [ZD1211RW]: Removed zd_util.c and zd_util.hUlrich Kunitz2007-10-101-1/+0
* [ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chipJesper Juhl2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-1/+2
* [PATCH] zd1211rw: consistent handling of ZD1211 specific ratesUlrich Kunitz2007-10-101-23/+28
* [PATCH] zd1211rw: removed noisy debug messagesUlrich Kunitz2007-10-101-18/+0
* [PATCH] zd1211rw: Defer firmware load until first ifupDaniel Drake2007-07-101-73/+15
* [PATCH] zd1211rw: Make CCK gain patching conditional on RF typeDaniel Drake2007-07-081-1/+1
* [PATCH] zd1211rw: Extend RF layerDaniel Drake2007-07-081-0/+3
* [PATCH] zd1211rw: rework band edge patchingDaniel Drake2007-04-281-4/+12
* [PATCH] zd1211rw: Remove invalid CR write during ZD1211 phy resetDaniel Drake2007-04-281-11/+11
* [PATCH] zd1211rw: Add AL2230S RF supportDaniel Drake2007-04-281-2/+3
* [PATCH] zd1211rw: changed GFP_NOFS to GFP_KERNELUlrich Kunitz2007-04-281-2/+2
* [PATCH] zd1211rw: Fix E2P_PHY_REG patchingDaniel Drake2007-04-101-8/+3
* [PATCH] zd1211rw: Reject AL2230S devicesDaniel Drake2007-04-101-0/+1
* Merge branch 'upstream' into upstream-jgarzikJohn W. Linville2007-02-171-1/+1
|\
| * [PATCH] zd1211rw: Readd zd_addr_t castDaniel Drake2007-02-141-1/+1
* | [PATCH] zd1211rw: Remove addressing abstractionDaniel Drake2007-02-051-11/+48
* | [PATCH] zd1211rw: Generic HMAC initializationDaniel Drake2007-02-051-49/+18
|/
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] zd1211rw: Support for multicast addressesUlrich Kunitz2006-12-051-0/+13
* [PATCH] zd1211rw: Use softmac ERP handling functionalityDaniel Drake2006-12-021-9/+29
* [PATCH] zd1211rw: Add LED supportUlrich Kunitz2006-09-251-69/+48
* [PATCH] zd1211rw: Removes wrong assertionsUlrich Kunitz2006-09-251-6/+0
* [PATCH] zd1211rw: 16-bit writes for physical control registersUlrich Kunitz2006-09-251-7/+7
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-09-121-15/+46
|\