Age | Commit message (Expand) | Author | Files | Lines |
2013-12-11 | zd1211rw: Fix FSF address in file headers | Jeff Kirsher | 13 | -26/+13 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -1/+1 |
2013-03-25 | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 1 | -2/+2 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2013-02-04 | wireless: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 1 | -1/+0 |
2013-01-23 | drivers/net/wireless/zd1211rw: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+1 |
2012-11-19 | treewide: fix typo of "suppport" in various comments | Masanari Iida | 1 | -1/+1 |
2012-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+6 |
2012-09-11 | zd1211rw: enable support for MFP | Jussi Kivilinna | 1 | -1/+2 |
2012-08-14 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -2/+1 |
2012-07-31 | mac80211: move TX station pointer and restructure TX | Thomas Huehn | 1 | -2/+4 |
2012-06-06 | wireless: Remove casts to same type | Joe Perches | 2 | -2/+2 |
2012-05-19 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 1 | -0/+1 |
2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2012-02-29 | zd1211rw: wait between setting hash table and powering radio on | Florian Fainelli | 1 | -1/+11 |
2012-02-10 | zd1211rw: Fix typo in zd_usb.c and zd_mac.c | Masanari Iida | 2 | -2/+2 |
2012-02-07 | zd1211rw: firmware needs duration_id set to zero for non-pspoll frames | Tomas Vanek | 1 | -0/+8 |
2011-11-01 | drivers/net: Add module.h to drivers who were implicitly using it | Paul Gortmaker | 1 | -0/+1 |
2011-09-27 | mac80211: add ieee80211_vif param to tsf functions | Eliad Peller | 1 | -1/+1 |
2011-06-23 | zd1211rw: detect stalled beacon interrupt faster | Jussi Kivilinna | 1 | -1/+2 |
2011-06-23 | zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt... | Jussi Kivilinna | 1 | -7/+12 |
2011-06-23 | zd1211rw: handle lost read-reg interrupts | Jussi Kivilinna | 2 | -21/+109 |
2011-06-23 | zd1211rw: only update HW beacon if new beacon differs from currect | Jussi Kivilinna | 2 | -13/+64 |
2011-06-23 | zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-only | Jussi Kivilinna | 1 | -2/+2 |
2011-06-23 | zd1211rw: fix invalid signal values from device | Jussi Kivilinna | 2 | -2/+24 |
2011-06-20 | zd1211rw: include mac80211.h from zd_chip.h | Kalle Valo | 1 | -0/+2 |
2011-05-31 | zd1211rw: fix to work on OHCI | Jussi Kivilinna | 1 | -11/+42 |
2011-04-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 9 | -695/+710 |
2011-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+19 |
2011-04-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -2/+19 |
2011-04-07 | zd1211rw: rename CR* macros to ZD_CR* | Jussi Kivilinna | 9 | -695/+710 |
2011-04-04 | zd1211rw: reset rx idle timer from tasklet | Jussi Kivilinna | 2 | -1/+14 |
2011-04-04 | zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async() | Jussi Kivilinna | 1 | -1/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
2011-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+1 |
2011-03-21 | zd1211rw: TrendNet TEW-509UB id added | Tõnu Samuel | 1 | -0/+1 |
2011-03-21 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -3/+1 |
2011-03-17 | net: change to new flag variable | matt mooney | 1 | -3/+1 |
2011-02-25 | mac80211: make tx() operation return void | Johannes Berg | 1 | -3/+2 |
2011-02-14 | zd1211rw: add unlikely to ZD_ASSERT | Jussi Kivilinna | 1 | -1/+1 |
2011-02-14 | zd1211rw: move async iowrite16v up to callers | Jussi Kivilinna | 3 | -13/+37 |
2011-02-14 | zd1211rw: use async urb for write command | Jussi Kivilinna | 2 | -25/+142 |
2011-02-14 | zd1211rw: correct use of usb_bulk_msg on interrupt endpoints | Jussi Kivilinna | 1 | -12/+12 |
2011-02-05 | zd1211rw: add useful debug output | Jussi Kivilinna | 1 | -1/+8 |
2011-02-05 | zd1211rw: enable NL80211_IFTYPE_AP | Jussi Kivilinna | 1 | -2/+5 |
2011-02-05 | zd1211rw: reset rx urbs after idle period of 30 seconds | Jussi Kivilinna | 2 | -3/+83 |
2011-02-05 | zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setup | Jussi Kivilinna | 1 | -1/+12 |
2011-02-05 | zd1211rw: add TX watchdog and device resetting | Jussi Kivilinna | 5 | -4/+181 |
2011-02-05 | zd1211rw: collect driver settings and add function to restore theim | Jussi Kivilinna | 2 | -0/+72 |
2011-02-05 | zd1211rw: lower hw command timeouts | Jussi Kivilinna | 1 | -4/+4 |