summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+4
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-2/+2
* wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-3/+3
* mac80211: pass block ack session timeout to to driverSara Sharon2016-01-141-3/+5
* mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-221-1/+1
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-10/+10
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-4/+3Star
* cfg80211: remove "channel" from survey namesJohannes Berg2015-01-081-3/+3
* carl9170: Remove redundant protection checkAndreea-Cristina Bernat2014-08-281-10/+1Star
* mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-1/+3
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-131-12/+0Star
|\
| * mac80211: remove channel_change_timeJohannes Berg2014-01-071-12/+0Star
* | wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0Star
|/
* mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-211-1/+2
* carl9170: add support for the new rate control APIChristian Lamparter2013-06-131-0/+3
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-3/+6
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-3/+6
* | carl9170: remove fast channel change featureChristian Lamparter2013-03-271-1/+1
|/
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-221-3/+3
|\
| * wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-3/+3
* | carl9170: remove custom NUM_TID and friendsChristian Lamparter2013-01-071-2/+2
* | carl9170: disable hw crypto for p2p networksChristian Lamparter2013-01-071-0/+8
* | carl9170: don't enable hw crypto offload, if the fw doesn't support itChristian Lamparter2013-01-071-11/+22
* | carl9170: allow P2P_GO interface creation after P2P_CLIENTChristian Lamparter2013-01-071-3/+51
* | carl9170: advertise support for TDLSChristian Lamparter2013-01-071-4/+0Star
|/
* mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-081-15/+14Star
* carl9170: connect to 11w protected networksChristian Lamparter2012-09-241-0/+2
* carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfacesJavier Lopez2012-08-061-1/+3
* carl9170: fix HT peer BA session corruptionChristian Lamparter2012-07-111-0/+6
* carl9170: allow users to lower output power levelChristian Lamparter2012-01-271-5/+6
* carl9170: remove eeprom data injection optionChristian Lamparter2012-01-241-4/+0Star
* carl9170: claim to support IBSS RSN.Nicolas Cavallari2012-01-241-0/+3
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-241-6/+6
* ath: remove ath_regulatory::current_rd_extFelix Fietkau2011-10-111-1/+0Star
* 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: export HW random number generatorChristian Lamparter2011-08-241-0/+113
* | carl9170: improve site surveyChristian Lamparter2011-08-241-11/+107
|/
* carl9170: fix formatting issues found by checkpatchPavel Roskin2011-07-151-1/+1
* carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter2011-07-081-0/+8
* carl9170: use carl9170 queue enumsChristian Lamparter2011-07-051-5/+5
* carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter2011-07-051-0/+1
* carl9170: advertise interface combinationsChristian Lamparter2011-05-161-8/+2Star