summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw/zd_mac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix similar typos to successfullColy Li2009-01-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-061-1/+1
|\
| * zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
* | wireless: remove struct regdom hintingJohannes Berg2008-11-011-1/+1
* | mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-011-16/+16
* | mac80211: introduce hw config change flagsJohannes Berg2008-11-011-1/+3
* | net: convert print_mac to %pMJohannes Berg2008-10-281-4/+2
|/
* zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller2008-09-231-1/+1
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-10/+10
* zd1211rw: make use of new regulatory_hint()Luis R. Rodriguez2008-09-151-4/+36
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-291-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-151-15/+7
|\
| * mac80211: revamp beacon configurationJohannes Berg2008-07-141-15/+7
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-151-0/+1
|\ \ | |/ |/|
| * zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo2008-07-091-0/+1
* | zd1211rw: beacon config error checkingDaniel Drake2008-07-081-17/+45
* | zd1211rw: use frame control helpersHarvey Harrison2008-06-261-16/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-1/+1
|\|
| * zd1211rw: Fix data padding for QoSMichael Buesch2008-06-091-1/+1
| * misc drivers/net endianness noiseAl Viro2008-05-221-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-101-117/+44
|\ \
| * | mac80211: move TX info into skb->cbJohannes Berg2008-05-221-116/+40
| * | mac80211: use rate index in TX controlJohannes Berg2008-05-221-2/+5
* | | misc drivers/net endianness noiseAl Viro2008-05-221-1/+1
|/ /
* | mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-6/+6
* | zd1211rw: initial IBSS supportBruno Randolf2008-05-141-1/+16
|/
* zd1211rw: support for mesh interface and beaconingLuis Carlos Cobo2008-03-061-2/+73
* zd1211rw: Fix beacon filter flags thinkoMichael Buesch2008-02-291-1/+1
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-95/+75
* zd1211rw: fix sparse warningsJohannes Berg2008-02-211-3/+9
* mac80211: add unified BSS configurationJohannes Berg2008-01-291-5/+7
* mac80211: dont use interface indices in driversJohannes Berg2008-01-291-1/+2
* zd1211rw: fix alignment for QOS and WDS framesMichael Buesch2008-01-291-1/+16
* zd1211rw: add copyright noticesDaniel Drake2008-01-291-1/+4
* zd1211rw: port to mac80211Daniel Drake2008-01-291-957/+579
* zd1211rw: Fix alignment problemsUlrich Kunitz2007-12-171-2/+8
* [ZD1211RW]: Removed zd_util.c and zd_util.hUlrich Kunitz2007-10-111-2/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-3/+5
* [PATCH] zd1211rw: consistent handling of ZD1211 specific ratesUlrich Kunitz2007-10-111-72/+27
* [PATCH] zd1211rw: monitor all packetsUlrich Kunitz2007-10-111-6/+38
* [PATCH] zd1211rw: fix filter for PSPOLL framesUlrich Kunitz2007-08-061-1/+1
* [PATCH] zd1211rw: Defer firmware load until first ifupDaniel Drake2007-07-101-14/+32
* [PATCH] zd1211rw: Allow channels 1-11 for unrecognised regulatory domainsDaniel Drake2007-07-101-5/+8
* [PATCH] zd1211rw: Don't handle broken frames in monitor modeDaniel Drake2007-04-281-11/+2
* [PATCH] zd1211rw: Use compare_ether_addr()Daniel Drake2007-04-281-5/+5
* [PATCH] zd1211rw: Remove noisy debug messageDaniel Drake2007-02-071-2/+0
* [PATCH] zd1211rw: Added error stats updateUlrich Kunitz2007-02-071-5/+32
* [PATCH] zd1211rw: Fixed array size issue in reset_modeUlrich Kunitz2007-02-071-3/+2
* [PATCH] zd1211rw: Call ieee80211_rx in taskletUlrich Kunitz2006-12-191-26/+70