summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw
AgeCommit message (Expand)AuthorLines
2015-11-18zd1211rw: move under zydas vendor directoryKalle Valo-8917/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg-4/+4
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg-2/+2
2014-12-15zd1211rw: fix misspelling of current function in stringJulia Lawall-3/+3
2014-07-15wireless: zd1211rw: new url for fw, remove experimentalXose Vazquez Perez-2/+2
2013-12-26zd1211rw: slight optimization of addr comparedingtianhong-3/+2
2013-12-11zd1211rw: Fix FSF address in file headersJeff Kirsher-26/+13
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches-1/+0
2013-01-22drivers/net/wireless/zd1211rw: remove depends on CONFIG_EXPERIMENTALKees Cook-1/+1
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+6
2012-09-11zd1211rw: enable support for MFPJussi Kivilinna-1/+2
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo-2/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn-2/+4
2012-06-06wireless: Remove casts to same typeJoe Perches-2/+2
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp-0/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2012-02-29zd1211rw: wait between setting hash table and powering radio onFlorian Fainelli-1/+11
2012-02-10zd1211rw: Fix typo in zd_usb.c and zd_mac.cMasanari Iida-2/+2
2012-02-07zd1211rw: firmware needs duration_id set to zero for non-pspoll framesTomas Vanek-0/+8
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker-0/+1
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller-1/+1
2011-06-22zd1211rw: detect stalled beacon interrupt fasterJussi Kivilinna-1/+2
2011-06-22zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt...Jussi Kivilinna-7/+12
2011-06-22zd1211rw: handle lost read-reg interruptsJussi Kivilinna-21/+109
2011-06-22zd1211rw: only update HW beacon if new beacon differs from currectJussi Kivilinna-13/+64
2011-06-22zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-onlyJussi Kivilinna-2/+2
2011-06-22zd1211rw: fix invalid signal values from deviceJussi Kivilinna-2/+24
2011-06-20zd1211rw: include mac80211.h from zd_chip.hKalle Valo-0/+2
2011-05-31zd1211rw: fix to work on OHCIJussi Kivilinna-11/+42
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-695/+710
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-2/+19
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+19
2011-04-07zd1211rw: rename CR* macros to ZD_CR*Jussi Kivilinna-695/+710
2011-04-04zd1211rw: reset rx idle timer from taskletJussi Kivilinna-1/+14
2011-04-04zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async()Jussi Kivilinna-1/+5
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-0/+1
2011-03-21zd1211rw: TrendNet TEW-509UB id addedTõnu Samuel-0/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-3/+1
2011-03-17net: change to new flag variablematt mooney-3/+1
2011-02-25mac80211: make tx() operation return voidJohannes Berg-3/+2
2011-02-14zd1211rw: add unlikely to ZD_ASSERTJussi Kivilinna-1/+1
2011-02-14zd1211rw: move async iowrite16v up to callersJussi Kivilinna-13/+37
2011-02-14zd1211rw: use async urb for write commandJussi Kivilinna-25/+142
2011-02-14zd1211rw: correct use of usb_bulk_msg on interrupt endpointsJussi Kivilinna-12/+12
2011-02-04zd1211rw: add useful debug outputJussi Kivilinna-1/+8