aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw/zd_chip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18zd1211rw: move under zydas vendor directoryKalle Valo1-1560/+0
2014-12-15zd1211rw: fix misspelling of current function in stringJulia Lawall1-3/+3
2013-12-11zd1211rw: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida1-1/+1
2011-04-07zd1211rw: rename CR* macros to ZD_CR*Jussi Kivilinna1-131/+131
2011-02-14zd1211rw: move async iowrite16v up to callersJussi Kivilinna1-7/+28
2011-02-04zd1211rw: add TX watchdog and device resettingJussi Kivilinna1-0/+2
2011-02-04zd1211rw: use stack and preallocated memory for small cmd-buffersJussi Kivilinna1-30/+13
2011-02-04zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flagJussi Kivilinna1-5/+28
2011-02-04zd1211rw: support setting BSSID for AP modeJussi Kivilinna1-10/+29
2011-02-04zd1211rw: fix beacon interval setupJussi Kivilinna1-6/+10
2011-02-04zd1211rw: cancel process_intr work on zd_chip_disable_int()Jussi Kivilinna1-0/+3
2010-11-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-2/+2
2010-11-28zd1211rw: document need for kmalloc castJoe Perches1-0/+1
2010-11-22zd1211rw: Use constJoe Perches1-2/+2
2010-08-16zd1211rw: update fw version info in wiphy structJohn W. Linville1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-28wireless: remove remaining qual codeJohannes Berg1-140/+0
2009-10-27zd1211rw: Fix TX status reporting in order to have proper rate controlBenoit PAPILLAULT1-2/+2
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-08-14zd1211rw: make it clear we don't use leds.h LED stuffLuis R. Rodriguez1-3/+3
2009-03-05zd1211rw: Implement get_tsf()Alina Friedrichsen1-0/+21
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-09-15zd1211rw: make use of new regulatory_hint()Luis R. Rodriguez1-1/+0
2008-03-06zd1211rw: support for mesh interface and beaconingLuis Carlos Cobo1-0/+1
2008-02-29zd1211rw: Fixed incorrect constant name.Javier Cardona1-4/+4
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-10/+5
2008-01-28zd1211rw: add copyright noticesDaniel Drake1-1/+4
2008-01-28zd1211rw: port to mac80211Daniel Drake1-65/+56
2007-10-10[ZD1211RW]: Removed zd_util.c and zd_util.hUlrich Kunitz1-1/+0
2007-10-10[ZD1211RW]: Don't needlessly initialize variable to NULL in zd_chipJesper Juhl1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-1/+2
2007-10-10[PATCH] zd1211rw: consistent handling of ZD1211 specific ratesUlrich Kunitz1-23/+28
2007-10-10[PATCH] zd1211rw: removed noisy debug messagesUlrich Kunitz1-18/+0
2007-07-10[PATCH] zd1211rw: Defer firmware load until first ifupDaniel Drake1-73/+15
2007-07-08[PATCH] zd1211rw: Make CCK gain patching conditional on RF typeDaniel Drake1-1/+1
2007-07-08[PATCH] zd1211rw: Extend RF layerDaniel Drake1-0/+3
2007-04-28[PATCH] zd1211rw: rework band edge patchingDaniel Drake1-4/+12
2007-04-28[PATCH] zd1211rw: Remove invalid CR write during ZD1211 phy resetDaniel Drake1-11/+11
2007-04-28[PATCH] zd1211rw: Add AL2230S RF supportDaniel Drake1-2/+3
2007-04-28[PATCH] zd1211rw: changed GFP_NOFS to GFP_KERNELUlrich Kunitz1-2/+2
2007-04-10[PATCH] zd1211rw: Fix E2P_PHY_REG patchingDaniel Drake1-8/+3
2007-04-10[PATCH] zd1211rw: Reject AL2230S devicesDaniel Drake1-0/+1
2007-02-17Merge branch 'upstream' into upstream-jgarzikJohn W. Linville1-1/+1
2007-02-14[PATCH] zd1211rw: Readd zd_addr_t castDaniel Drake1-1/+1
2007-02-05[PATCH] zd1211rw: Remove addressing abstractionDaniel Drake1-11/+48
2007-02-05[PATCH] zd1211rw: Generic HMAC initializationDaniel Drake1-49/+18
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-05[PATCH] zd1211rw: Support for multicast addressesUlrich Kunitz1-0/+13
2006-12-02[PATCH] zd1211rw: Use softmac ERP handling functionalityDaniel Drake1-9/+29