summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170
Commit message (Expand)AuthorAgeFilesLines
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
* carl9170: connect to 11w protected networksChristian Lamparter2012-09-242-1/+4
* carl9170: report A-MPDU statusChristian Lamparter2012-08-212-4/+12
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-212-9/+11
|\
| * mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-312-9/+11
* | carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfacesJavier Lopez2012-08-064-2/+6
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-127-7/+142
|\
| * carl9170: fix HT peer BA session corruptionChristian Lamparter2012-07-115-0/+132
| * carl9170: import 1.9.6 firmware headersChristian Lamparter2012-07-112-4/+7
| * mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-031-3/+3
* | wireless: Remove casts to same typeJoe Perches2012-06-062-3/+3
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-6/+1
|\ \ | |/
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-6/+1
* | wireless: Remove unnecessary ; from while (0) macrosJoe Perches2012-04-111-3/+3
* | mac80211: don't always advertise remain-on-channelJohannes Berg2012-04-101-0/+2
|/
* carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville2012-02-291-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-3/+6
|\
| * carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter2012-02-291-3/+5
| * carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari2012-02-291-0/+1
* | carl9170: allow users to lower output power levelChristian Lamparter2012-01-275-35/+50
* | carl9170: remove eeprom data injection optionChristian Lamparter2012-01-243-38/+0
* | carl9170: claim to support IBSS RSN.Nicolas Cavallari2012-01-241-0/+3
|/
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch debugfs to umode_tAl Viro2012-01-031-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-12/+1
|\ \
| * | USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-051-37/+60
|\ \
| * | carl9170: move checksum and txseq into subfunctionsChristian Lamparter2012-01-041-37/+60
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-281-2/+2
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
| |\ \ | | |/
| * | carl9170: use ieee80211_free_txskbChristian Lamparter2011-11-211-2/+2
* | | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-231-6/+6
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-4/+7
|\ \ | |/
| * carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handlingChristian Lamparter2011-11-021-4/+7
* | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-311-0/+1
|/
* ath: remove ath_regulatory::current_rd_extFelix Fietkau2011-10-111-1/+0
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-271-1/+2
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-1/+3
|\
| * carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov2011-08-241-1/+3
* | carl9170: Use do_div for 64-bit division to fix 32-bit kernelsChristian Lamparter2011-08-261-4/+7
* | carl9170: export HW random number generatorChristian Lamparter2011-08-243-0/+139
* | carl9170: improve site surveyChristian Lamparter2011-08-245-15/+153
* | carl9170: import updated firmware headersChristian Lamparter2011-08-242-2/+13
* | carl9170: fix timekeeping for HW_COUNTER firmwaresChristian Lamparter2011-08-243-5/+8
|/
* carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTERPavel Roskin2011-07-201-4/+4
OpenPOWER on IntegriCloud