aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-6/+1
2012-02-29carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville1-1/+1
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2012-02-29carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter1-3/+5
2012-02-29carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari1-0/+1
2012-01-27carl9170: allow users to lower output power levelChristian Lamparter5-35/+50
2012-01-24carl9170: remove eeprom data injection optionChristian Lamparter3-38/+0
2012-01-24carl9170: claim to support IBSS RSN.Nicolas Cavallari1-0/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-37/+60
2012-01-04carl9170: move checksum and txseq into subfunctionsChristian Lamparter1-37/+60
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-6/+6
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21carl9170: use ieee80211_free_txskbChristian Lamparter1-2/+2
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+7
2011-11-02carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handlingChristian Lamparter1-4/+7
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-11ath: remove ath_regulatory::current_rd_extFelix Fietkau1-1/+0
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-1/+2
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-1/+3
2011-08-26carl9170: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter1-4/+7
2011-08-24carl9170: export HW random number generatorChristian Lamparter3-0/+139
2011-08-24carl9170: improve site surveyChristian Lamparter5-15/+153
2011-08-24carl9170: import updated firmware headersChristian Lamparter2-2/+13
2011-08-24carl9170: fix timekeeping for HW_COUNTER firmwaresChristian Lamparter3-5/+8
2011-08-24carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov1-1/+3
2011-07-20carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTERPavel Roskin1-4/+4
2011-07-18carl9170: set beacon xmit power to the maxChristian Lamparter1-83/+108
2011-07-18carl9170: move beacon_update into tx.cChristian Lamparter3-130/+130
2011-07-18carl9170 firmware: update firmware headersChristian Lamparter2-2/+42
2011-07-15carl9170: fix formatting issues found by checkpatchPavel Roskin5-8/+8
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
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-07-05carl9170: add NEC WL300NU-AG usbidChristian Lamparter1-0/+2
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-2.6 into for-davemJohn W. Linville3-9/+24
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn 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