aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2318-281/+714
* carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari2012-03-121-0/+1
* carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov2011-10-031-1/+3
* carl9170: add NEC WL300NU-AG usbidChristian Lamparter2011-07-051-0/+2
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-243-9/+24
|\
| * carl9170: advertise interface combinationsChristian Lamparter2011-05-163-9/+24
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-162-10/+1
|\ \ | |/
| * carl9170: fix -Wunused-but-set-variable warningsChristian Lamparter2011-05-101-9/+0
| * carl9170: fix allmulticast modeNicolas Cavallari2011-05-051-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-053-139/+112
|\ \ | |/
| * carl9170: improve unicast PS bufferingChristian Lamparter2011-04-263-139/+112
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-074-4/+4
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-314-4/+4
* | carl9170: Fix tx aggregation problems with some clientsChristian Lamparter2011-03-293-0/+9
|/
* Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-03-042-4/+3
|\
| * mac80211: make tx() operation return voidJohannes Berg2011-02-252-4/+3
| * Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-1/+1
| |\
* | \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-0/+2
|\ \ \
| * | | carl9170: add Airlive X.USB a/b/g/n USBIDJan Puk2011-02-251-0/+2
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-081-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * carl9170: fix typo in PS codeChristian Lamparter2011-02-041-1/+1
* | carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter2011-01-274-0/+23
* | carl9170: enable wake-on-lan feature testingChristian Lamparter2011-01-271-0/+3
* | carl9170: update fw/hw headersChristian Lamparter2011-01-275-11/+71
* | mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-1/+1
|/
* carl9170: fix usb pm suspend->resume woesChristian Lamparter2011-01-041-16/+37
* carl9170: reduce channel change delayChristian Lamparter2011-01-041-8/+0
* carl9170: add missing return-value checkChristian Lamparter2011-01-041-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-023-3/+5
|\
| * carl9170: fix carl9170_tx_prepare typoChristian Lamparter2010-11-291-1/+1
| * ath9k/carl9170: advertise P2PJohannes Berg2010-11-292-2/+4
* | wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches2010-12-021-2/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-242-4/+6
|\ \ | |/
| * carl9170: fix virtual interface setup crashChristian Lamparter2010-11-221-1/+1
| * carl9170: fix usb anchor wait timeoutChristian Lamparter2010-11-151-2/+2
| * carl9170: usbid table updatesChristian Lamparter2010-11-081-1/+3
* | carl9170: Use static constJoe Perches2010-11-221-1/+1
* | carl9170: fix init-self regressionChristian Lamparter2010-11-221-1/+1
* | carl9170: use generic sign_extend32Christian Lamparter2010-11-151-13/+4
* | carl9170: tx path reviewChristian Lamparter2010-11-151-13/+13
* | carl9170: configurable beacon ratesChristian Lamparter2010-11-151-20/+32
* | carl9170: stop stale uplink BA sessionsChristian Lamparter2010-11-151-0/+54
* | carl9170: fix spurious restart due to high latencyChristian Lamparter2010-11-153-2/+20
* | carl9170: initialize HW aMPDU parameters properlyChristian Lamparter2010-11-151-2/+2
* | carl9170: import hw/fw header updatesChristian Lamparter2010-11-154-20/+30
* | carl9170: fix typosHauke Mehrtens2010-11-152-2/+2
|/
* carl9170: fix scheduling while atomicChristian Lamparter2010-10-251-1/+1
* carl9170: fix memory leak issue in async cmd macro wrappersChristian Lamparter2010-10-251-23/+28
* carl9170: fix async command buffer leakChristian Lamparter2010-10-251-6/+19
* carl9170: A-MPDU frame type filterChristian Lamparter2010-10-111-1/+41