aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-4/+4
2022-03-10carl9170: devres ar->survey_infoChristian Lamparter1-4/+2
2022-03-10carl9170: replace bitmap_zalloc with devm_bitmap_zallocChristian Lamparter1-8/+1
2022-03-10carl9170: devres-ing input_allocate_deviceChristian Lamparter1-11/+2
2022-03-10carl9170: devres-ing hwrng_register usageChristian Lamparter1-26/+3
2022-03-10carl9170: replace GFP_ATOMIC in ampdu_action, it can sleepChristian Lamparter1-1/+1
2022-01-31carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King1-1/+1
2021-12-08carl9170: Use the bitmap API when applicableChristophe JAILLET1-6/+3
2020-11-11carl9170: remove WDS codeJohannes Berg1-1/+0
2020-08-31carl9170: Convert 'ar9170_qmap' to inline functionLee Jones1-1/+1
2020-05-06carl9170: remove P2P_GO supportChristian Lamparter1-17/+4
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-06-27carl9170: remove dead branch in op_conf_tx callbackChristian Lamparter1-7/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-10/+10
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-4/+3
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg1-3/+3
2014-08-28carl9170: Remove redundant protection checkAndreea-Cristina Bernat1-10/+1
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+3
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-12/+0
2014-01-07mac80211: remove channel_change_timeJohannes Berg1-12/+0
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-1/+2
2013-06-13carl9170: add support for the new rate control APIChristian Lamparter1-0/+3
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+6
2013-03-27carl9170: remove fast channel change featureChristian Lamparter1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-3/+6
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/jberg/mac80211-nextJohn 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