summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-1/+1
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-3/+3
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-3/+3
2013-01-07carl9170: remove custom NUM_TID and friendsChristian Lamparter1-2/+2
2013-01-07carl9170: disable hw crypto for p2p networksChristian Lamparter1-0/+8
2013-01-07carl9170: don't enable hw crypto offload, if the fw doesn't support itChristian Lamparter1-11/+22
2013-01-07carl9170: allow P2P_GO interface creation after P2P_CLIENTChristian Lamparter1-3/+51
2013-01-07carl9170: advertise support for TDLSChristian Lamparter1-4/+0
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-10-08carl9170: fix sleep in softirq contextRonald Wahl1-15/+14
2012-09-24carl9170: connect to 11w protected networksChristian Lamparter1-0/+2
2012-08-06carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfacesJavier Lopez1-1/+3
2012-07-11carl9170: fix HT peer BA session corruptionChristian Lamparter1-0/+6
2012-01-27carl9170: allow users to lower output power levelChristian Lamparter1-5/+6
2012-01-24carl9170: remove eeprom data injection optionChristian Lamparter1-4/+0
2012-01-24carl9170: claim to support IBSS RSN.Nicolas Cavallari1-0/+3
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-6/+6
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-24carl9170: export HW random number generatorChristian Lamparter1-0/+113
2011-08-24carl9170: improve site surveyChristian Lamparter1-11/+107
2011-08-24carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov1-1/+3
2011-07-15carl9170: fix formatting issues found by checkpatchPavel Roskin1-1/+1
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: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter1-0/+1
2011-05-16carl9170: advertise interface combinationsChristian Lamparter1-8/+2
2011-05-05carl9170: fix allmulticast modeNicolas Cavallari1-1/+1
2011-04-26carl9170: improve unicast PS bufferingChristian Lamparter1-86/+6
2011-03-29carl9170: Fix tx aggregation problems with some clientsChristian Lamparter1-0/+1
2011-01-27carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter1-0/+7
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-11-29ath9k/carl9170: advertise P2PJohannes Berg1-1/+2
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2010-11-22carl9170: fix virtual interface setup crashChristian Lamparter1-1/+1
2010-11-15carl9170: fix spurious restart due to high latencyChristian Lamparter1-0/+17
2010-11-15carl9170: fix typosHauke Mehrtens1-1/+1
2010-10-25carl9170: fix scheduling while atomicChristian Lamparter1-1/+1
2010-10-05carl9170: support firmware-based rx filterChristian Lamparter1-2/+28
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 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-14carl9170: mac80211 glue and command interfaceChristian Lamparter1-0/+1855