aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-27carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter4-0/+23
2011-01-27carl9170: enable wake-on-lan feature testingChristian Lamparter1-0/+3
2011-01-27carl9170: update fw/hw headersChristian Lamparter5-11/+71
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+1
2011-01-04carl9170: fix usb pm suspend->resume woesChristian Lamparter1-16/+37
2011-01-04carl9170: reduce channel change delayChristian Lamparter1-8/+0
2011-01-04carl9170: add missing return-value checkChristian Lamparter1-0/+2
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-3/+5
2010-12-02wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches1-2/+1
2010-11-29carl9170: fix carl9170_tx_prepare typoChristian Lamparter1-1/+1
2010-11-29ath9k/carl9170: advertise P2PJohannes Berg2-2/+4
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-4/+6
2010-11-22carl9170: Use static constJoe Perches1-1/+1
2010-11-22carl9170: fix init-self regressionChristian Lamparter1-1/+1
2010-11-22carl9170: fix virtual interface setup crashChristian Lamparter1-1/+1
2010-11-15carl9170: fix usb anchor wait timeoutChristian Lamparter1-2/+2
2010-11-15carl9170: use generic sign_extend32Christian Lamparter1-13/+4
2010-11-15carl9170: tx path reviewChristian Lamparter1-13/+13
2010-11-15carl9170: configurable beacon ratesChristian Lamparter1-20/+32
2010-11-15carl9170: stop stale uplink BA sessionsChristian Lamparter1-0/+54
2010-11-15carl9170: fix spurious restart due to high latencyChristian Lamparter3-2/+20
2010-11-15carl9170: initialize HW aMPDU parameters properlyChristian Lamparter1-2/+2
2010-11-15carl9170: import hw/fw header updatesChristian Lamparter4-20/+30
2010-11-15carl9170: fix typosHauke Mehrtens2-2/+2
2010-11-08carl9170: usbid table updatesChristian Lamparter1-1/+3
2010-10-25carl9170: fix scheduling while atomicChristian Lamparter1-1/+1
2010-10-25carl9170: fix memory leak issue in async cmd macro wrappersChristian Lamparter1-23/+28
2010-10-25carl9170: fix async command buffer leakChristian Lamparter1-6/+19
2010-10-11carl9170: A-MPDU frame type filterChristian Lamparter1-1/+41
2010-10-11carl9170: remove stale rx error pathChristian Lamparter2-6/+11
2010-10-11carl9170: common error path for bad framesChristian Lamparter1-28/+20
2010-10-05carl9170: support firmware-based rx filterChristian Lamparter9-10/+75
2010-09-28carl9170: interrupt urbs must not set URB_ZERO_PACKETChristian Lamparter1-2/+0
2010-09-28carl9170: revamp carl9170_tx_prepareChristian Lamparter1-80/+75
2010-09-28carl9170: fix WARN_ON triggered by Broadcom HT STAsChristian Lamparter1-1/+1
2010-09-28carl9170: fix tx_ampdu_upload counterChristian Lamparter1-1/+14
2010-09-28carl9170: remove lost-frame workaroundChristian Lamparter3-40/+2
2010-09-28carl9170: angle brackets for wiki linkChristian Lamparter1-1/+1
2010-09-28carl9170: remove non-standard ba session teardownChristian Lamparter1-3/+0
2010-09-21carl9170: fix hang in AP mode when HT STA does PSMChristian Lamparter1-2/+2
2010-09-21carl9170: reinit phy after HT settings have changedChristian Lamparter2-12/+14
2010-09-21carl9170: fix state downgrade during resetChristian Lamparter1-2/+0
2010-09-21carl9170: abort tasklet during usb resetChristian Lamparter1-0/+3
2010-09-21carl9170: don't load bogus nf of chain 1Christian Lamparter3-12/+9
2010-09-21carl9170: fix noise dBm conversionChristian Lamparter1-2/+2
2010-09-21carl9170: use rx chainmask from eepromChristian Lamparter1-1/+4
2010-09-21carl9170: update AR9170 phy initvalsChristian Lamparter1-3/+5
2010-09-14carl9170: Makefile, Kconfig files and MAINTAINERSChristian Lamparter2-0/+45
2010-09-14carl9170: firmware parser and debugfs codeChristian Lamparter3-0/+1437
2010-09-14carl9170: 802.11 rx/tx processing and usb backendChristian Lamparter3-0/+3419