aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/fw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2020-05-06carl9170: remove P2P_GO supportChristian Lamparter1-3/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57Thomas Gleixner1-14/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+1
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+1
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+5
2013-01-07carl9170: don't enable hw crypto offload, if the fw doesn't support itChristian Lamparter1-1/+1
2013-01-07carl9170: Only specify interface combinations if more than one interface is possibleChristian Lamparter1-10/+19
2013-01-07carl9170: advertise support for TDLSChristian Lamparter1-1/+5
2013-01-02carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESHChristian Lamparter1-1/+5
2012-11-14carl9170: kill MODULE_VERSIONLuis R. Rodriguez1-5/+0
2012-08-06carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfacesJavier Lopez1-0/+1
2012-07-11carl9170: fix HT peer BA session corruptionChristian Lamparter1-0/+3
2012-04-10mac80211: don't always advertise remain-on-channelJohannes Berg1-0/+2
2012-01-24carl9170: remove eeprom data injection optionChristian Lamparter1-33/+0
2012-01-04carl9170: move checksum and txseq into subfunctionsChristian Lamparter1-37/+60
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-24carl9170: fix timekeeping for HW_COUNTER firmwaresChristian Lamparter1-0/+3
2011-07-05carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter1-1/+1
2011-05-16carl9170: advertise interface combinationsChristian Lamparter1-1/+18
2011-01-27carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter1-0/+12
2011-01-27carl9170: enable wake-on-lan feature testingChristian Lamparter1-0/+3
2010-11-29ath9k/carl9170: advertise P2PJohannes Berg1-1/+2
2010-10-05carl9170: support firmware-based rx filterChristian Lamparter1-0/+7
2010-09-14carl9170: firmware parser and debugfs codeChristian Lamparter1-0/+395