summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw
Commit message (Expand)AuthorAgeFilesLines
...
* | zd1211rw: enable NL80211_IFTYPE_APJussi Kivilinna2011-02-041-2/+5
* | zd1211rw: reset rx urbs after idle period of 30 secondsJussi Kivilinna2011-02-042-3/+83
* | zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setupJussi Kivilinna2011-02-041-1/+12
* | zd1211rw: add TX watchdog and device resettingJussi Kivilinna2011-02-045-4/+181
* | zd1211rw: collect driver settings and add function to restore theimJussi Kivilinna2011-02-042-0/+72
* | zd1211rw: lower hw command timeoutsJussi Kivilinna2011-02-041-4/+4
* | zd1211rw: change interrupt URB buffer to DMA bufferJussi Kivilinna2011-02-042-13/+25
* | zd1211rw: use stack and preallocated memory for small cmd-buffersJussi Kivilinna2011-02-043-44/+41Star
* | zd1211rw: batch beacon config commands togetherJussi Kivilinna2011-02-041-15/+25
* | zd1211rw: add beacon watchdog and setting HW beacon more failsafeJussi Kivilinna2011-02-042-31/+170
* | zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc()Jussi Kivilinna2011-02-041-4/+35
* | zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flagJussi Kivilinna2011-02-043-14/+40
* | zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on...Jussi Kivilinna2011-02-041-0/+7
* | zd1211rw: support setting BSSID for AP modeJussi Kivilinna2011-02-044-11/+55
* | zd1211rw: move set_rts_cts_work to bss_info_changedJussi Kivilinna2011-02-042-25/+5Star
* | zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure...Jussi Kivilinna2011-02-042-33/+7Star
* | zd1211rw: fix beacon interval setupJussi Kivilinna2011-02-041-6/+10
* | zd1211rw: add locking for mac->process_intrJussi Kivilinna2011-02-042-1/+7
* | zd1211rw: cancel process_intr work on zd_chip_disable_int()Jussi Kivilinna2011-02-041-0/+3
* | zd1211rw: use urb anchors for tx and fix tx-queue disablingJussi Kivilinna2011-02-042-75/+41Star
|/
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-2/+1Star
|\
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-2/+1Star
* | 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-291-0/+1
|/ /
* / zd1211rw: add 2 missing usb id'smaximilian attems2010-11-151-0/+2
|/
* zd1211rw: update fw version info in wiphy structJohn W. Linville2010-08-161-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-172-2/+4
|\
| * zd1211rw: change ZD_REGDOMAIN_JAPAN_* namingJohn W. Linville2010-06-162-4/+4
| * zd1211rw: add 0x49 -> JP regulatory domain mapKouhei Sutou2010-06-162-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-112-2/+2
|\|
| * wireless: fix several minor description typosWalter Goldens2010-06-022-2/+2
* | drivers/net: use __packed annotationEric Dumazet2010-06-032-13/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-211-5/+5
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-5/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-114-0/+4
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* | net: convert multicast list to list_headJiri Pirko2010-04-031-8/+5Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-131-6/+4Star
|\
| * zd1211rw: fix potential array underflowDan Carpenter2010-03-021-6/+4Star
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * Fix a grammar error (redundant "be") in commentAdam Buchbinder2010-02-041-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-0/+1
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-0/+1
| |\
| | * zd1211rw: adding 0409:0248 to supported device listHin-Tak Leung2010-01-181-0/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-131-6/+7
| |\|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-303-146/+0Star
| |\ \
* | \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-6/+7
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-6/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | zd1211rw: Fix multicast filtering.Benoit Papillault2010-01-041-6/+7
| | | |/ | | |/|