summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/zd1211rw/zd_mac.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-21zd1211rw: fix sparse warningsJohannes Berg1-3/+9
2008-01-29mac80211: add unified BSS configurationJohannes Berg1-5/+7
2008-01-29mac80211: dont use interface indices in driversJohannes Berg1-1/+2
2008-01-29zd1211rw: fix alignment for QOS and WDS framesMichael Buesch1-1/+16
2008-01-29zd1211rw: add copyright noticesDaniel Drake1-1/+4
2008-01-29zd1211rw: port to mac80211Daniel Drake1-957/+579
2007-12-18zd1211rw: Fix alignment problemsUlrich Kunitz1-2/+8
2007-10-11[ZD1211RW]: Removed zd_util.c and zd_util.hUlrich Kunitz1-2/+2
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+5
2007-10-11[PATCH] zd1211rw: consistent handling of ZD1211 specific ratesUlrich Kunitz1-72/+27
2007-10-11[PATCH] zd1211rw: monitor all packetsUlrich Kunitz1-6/+38
2007-08-06[PATCH] zd1211rw: fix filter for PSPOLL framesUlrich Kunitz1-1/+1
2007-07-10[PATCH] zd1211rw: Defer firmware load until first ifupDaniel Drake1-14/+32
2007-07-10[PATCH] zd1211rw: Allow channels 1-11 for unrecognised regulatory domainsDaniel Drake1-5/+8
2007-04-28[PATCH] zd1211rw: Don't handle broken frames in monitor modeDaniel Drake1-11/+2
2007-04-28[PATCH] zd1211rw: Use compare_ether_addr()Daniel Drake1-5/+5
2007-02-07[PATCH] zd1211rw: Remove noisy debug messageDaniel Drake1-2/+0
2007-02-07[PATCH] zd1211rw: Added error stats updateUlrich Kunitz1-5/+32
2007-02-07[PATCH] zd1211rw: Fixed array size issue in reset_modeUlrich Kunitz1-3/+2
2006-12-20[PATCH] zd1211rw: Call ieee80211_rx in taskletUlrich Kunitz1-26/+70
2006-12-07[wireless] zd1211rw: workqueue-related build fixesJeff Garzik1-5/+5
2006-12-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-5/+48
2006-12-06[PATCH] zd1211rw: Support for multicast addressesUlrich Kunitz1-1/+43
2006-12-06[PATCH] zd1211rw: Fill enc_capa in GIWRANGE handlerDaniel Drake1-0/+3
2006-12-06[PATCH] zd1211rw: zd_mac_rx isn't always called in IRQ contextDaniel Drake1-4/+2
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-10/+13
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-156/+248
2006-12-02[PATCH] zd1211rw: Use softmac ERP handling functionalityDaniel Drake1-55/+215
2006-12-02[PATCH] zd1211rw: Rename cs_rate to zd_rateDaniel Drake1-28/+28
2006-12-02[PATCH] zd1211rw: cleanupsUlrich Kunitz1-65/+6
2006-12-02[PATCH] zd1211rw: Remove IW_FREQ_AUTO supportDaniel Drake1-13/+4
2006-11-28Revert "[PATCH] zd1211rw: Removed unneeded packed attributes"John W. Linville1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-17[PATCH] zd1211rw: fix build-break caused by association race fixJohn W. Linville1-1/+1
2006-09-26[PATCH] zd1211rw: Add LED supportUlrich Kunitz1-0/+50
2006-09-12[PATCH] zd1211rw: Removed unneeded packed attributesUlrich Kunitz1-1/+1
2006-09-12Merge branch 'upstream-fixes' into upstreamJohn W. Linville1-8/+35
2006-09-12[PATCH] zd1211rw: Fix of signal strength and quality measurementUlrich Kunitz1-8/+35
2006-08-14[PATCH] zd1211rw: cleanupsUlrich Kunitz1-4/+2
2006-08-02[PATCH] zd1211rw: Packet filter fix for managed (STA) modeUlrich Kunitz1-4/+1
2006-08-02[PATCH] zd1211rw: Fix software encryption/decryptionDaniel Drake1-2/+3
2006-08-02[PATCH] zd1211rw: Pass more management frame types up to hostDaniel Drake1-2/+4
2006-08-02[PATCH] zd1211rw: Fixes radiotap headerUlrich Kunitz1-4/+4
2006-07-05[PATCH] zd1211rw: disable TX queue during stopDaniel Drake1-0/+2
2006-07-05[PATCH] ZyDAS ZD1211 USB-WLAN driverDaniel Drake1-0/+1055