summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170
AgeCommit message (Expand)AuthorFilesLines
2011-07-08carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter1-0/+8
2011-07-05carl9170: use carl9170 queue enumsChristian Lamparter1-5/+5
2011-07-05carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter3-8/+1
2011-07-05carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter1-0/+1
2011-07-05carl9170: import 1.9.4 firmware headersChristian Lamparter6-22/+63
2011-06-27wireless: unify QoS control field definitionsJohannes Berg1-1/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville3-9/+24
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-10/+1
2011-05-16carl9170: advertise interface combinationsChristian Lamparter3-9/+24
2011-05-10carl9170: fix -Wunused-but-set-variable warningsChristian Lamparter1-9/+0
2011-05-05carl9170: fix allmulticast modeNicolas Cavallari1-1/+1
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-139/+112
2011-04-26carl9170: improve unicast PS bufferingChristian Lamparter3-139/+112
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds4-4/+4
2011-03-31Fix common misspellingsLucas De Marchi4-4/+4
2011-03-29carl9170: Fix tx aggregation problems with some clientsChristian Lamparter3-0/+9
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-4/+3
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2011-02-25mac80211: make tx() operation return voidJohannes Berg2-4/+3
2011-02-25carl9170: add Airlive X.USB a/b/g/n USBIDJan Puk1-0/+2
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-02-04carl9170: fix typo in PS codeChristian Lamparter1-1/+1
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/linvil...John 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/linvil...John 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