aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/carl9170
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-04carl9170: move checksum and txseq into subfunctionsChristian Lamparter
2012-01-03switch debugfs to umode_tAl Viro
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-21carl9170: use ieee80211_free_txskbChristian Lamparter
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-11-02carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handlingChristian Lamparter
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker
2011-10-11ath: remove ath_regulatory::current_rd_extFelix Fietkau
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville
2011-08-26carl9170: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter
2011-08-24carl9170: export HW random number generatorChristian Lamparter
2011-08-24carl9170: improve site surveyChristian Lamparter
2011-08-24carl9170: import updated firmware headersChristian Lamparter
2011-08-24carl9170: fix timekeeping for HW_COUNTER firmwaresChristian Lamparter
2011-08-24carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov
2011-07-20carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTERPavel Roskin
2011-07-18carl9170: set beacon xmit power to the maxChristian Lamparter
2011-07-18carl9170: move beacon_update into tx.cChristian Lamparter
2011-07-18carl9170 firmware: update firmware headersChristian Lamparter
2011-07-15carl9170: fix formatting issues found by checkpatchPavel Roskin
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-08carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter
2011-07-05carl9170: use carl9170 queue enumsChristian Lamparter
2011-07-05carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter
2011-07-05carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter
2011-07-05carl9170: import 1.9.4 firmware headersChristian Lamparter
2011-07-05carl9170: add NEC WL300NU-AG usbidChristian Lamparter
2011-06-27wireless: unify QoS control field definitionsJohannes Berg
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-16carl9170: advertise interface combinationsChristian Lamparter
2011-05-10carl9170: fix -Wunused-but-set-variable warningsChristian Lamparter
2011-05-05carl9170: fix allmulticast modeNicolas Cavallari
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-26carl9170: improve unicast PS bufferingChristian Lamparter
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29carl9170: Fix tx aggregation problems with some clientsChristian Lamparter
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-25mac80211: make tx() operation return voidJohannes Berg