summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw
Commit message (Expand)AuthorAgeFilesLines
...
* zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id listHin-Tak Leung2009-01-221-0/+1
* fix similar typos to successfullColy Li2009-01-081-1/+1
* drivers/net/usb: use USB API functions rather than constantsJulia Lawall2008-12-301-2/+1Star
* 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
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-071-0/+2
|\|
| * zd1211rw: Add 2 device IDsDaniel Drake2008-11-061-0/+2
* | wireless: remove struct regdom hintingJohannes Berg2008-11-011-1/+1
* | mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-012-17/+17
* | mac80211: introduce hw config change flagsJohannes Berg2008-11-011-1/+3
* | net: convert print_mac to %pMJohannes Berg2008-10-282-7/+3Star
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-0/+1
|\
| * wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100"born.into.silence@gmail.com2008-09-221-0/+1
* | 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-157-203/+102Star
* | 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/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-151-15/+7Star
|\
| * mac80211: revamp beacon configurationJohannes Berg2008-07-141-15/+7Star
* | 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
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-091-0/+1
|\|
| * zd1211rw: add ID for AirTies WUS-201Firat Birlik2008-07-071-0/+1
* | zd1211rw: beacon config error checkingDaniel Drake2008-07-081-17/+45
* | zd1211rw: use frame control helpersHarvey Harrison2008-06-261-16/+6Star
* | 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-222-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-103-142/+64Star
|\ \
| * | zd1211rw: Use DMA-aware buffer for usb transferAtsushi Nemoto2008-05-221-6/+17
| * | mac80211: move TX info into skb->cbJohannes Berg2008-05-223-135/+43Star
| * | mac80211: use rate index in TX controlJohannes Berg2008-05-221-2/+5
* | | misc drivers/net endianness noiseAl Viro2008-05-222-2/+2
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-05-151-7/+22
|\ \ | |/ |/|
| * mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-6/+6
| * zd1211rw: initial IBSS supportBruno Randolf2008-05-141-1/+16
* | zd1211rw: fix potential use-after-free bugJohannes Berg2008-05-131-1/+5
|/
* wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-2/+2
* zd1211rw: support for mesh interface and beaconingLuis Carlos Cobo2008-03-065-4/+94
* zd1211rw: Fix beacon filter flags thinkoMichael Buesch2008-02-291-1/+1
* zd1211rw: Fixed incorrect constant name.Javier Cardona2008-02-292-9/+8Star
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-294-113/+85Star
* 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-2915-14/+77
* zd1211rw: Add ID for Trendnet TEW-429UB ADaniel Drake2008-01-291-0/+1
* zd1211rw: port to mac80211Daniel Drake2008-01-2912-1668/+1008Star