aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplist_eventGustavo A. R. Silva1-4/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_start_scan_cmdGustavo A. R. Silva1-7/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin_scan_cmdGustavo A. R. Silva1-7/+2
2021-08-29ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
2020-11-07ath6kl: fix enum-conversion warningArnd Bergmann1-2/+2
2020-09-22ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter1-0/+5
2020-08-27ath6kl: wmi: Remove unused variable 'rate'Lee Jones1-8/+2
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang1-4/+2
2019-04-29ath6kl: add some bounds checkingDan Carpenter1-1/+9
2019-04-29ath6kl: wmi: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-01-10ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Kangjie Lu1-3/+1
2018-12-13ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg1-3/+3
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-1/+1
2017-04-13ath6kl: add __printf verification to ath6kl_dbgJoe Perches1-1/+1
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann1-4/+4
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim1-1/+1
2016-05-28ath6kl: simplify logical conditionHeinrich Schuchardt1-2/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-11/+11
2016-03-11ath6kl: ignore WMI_TXE_NOTIFY_EVENTID based on fw capability flagsSteve deRosier1-0/+5
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-2/+2
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-34/+9
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-3/+2
2014-07-14ath6kl: add support wmi rate tables with mcs15Jessica Wu1-4/+65
2014-07-14ath6kl: convert ar6004 hardware flags to firmware feature flagsKalle Valo1-1/+2
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2014-05-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg1-1/+1
2014-03-13ath6kl: use braces on both arms of if statementKalle Valo1-5/+8
2014-03-13ath6kl: fix blank lines before and after bracesKalle Valo1-6/+0
2014-02-14ath: remove camel case from struct reg_dmn_pair_mappingKalle Valo1-2/+2
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-3/+3
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-4/+3
2013-03-18ath6kl: add an extra band check to ath6kl_wmi_beginscan_cmd()Kalle Valo1-0/+3
2013-03-18ath6kl: add tracing support and tracing points for wmi packetsKalle Valo1-0/+3
2013-02-15Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville1-8/+20
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-1/+1
2012-11-27ath6kl: Parse beacon interval from userspaceMohammed Shafi Shajakhan1-0/+17
2012-11-27ath6kl: remove unnecessary check for NULL skbMohammed Shafi Shajakhan1-8/+3
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+2
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg1-3/+2
2012-10-24ath6kl: Rename ATH6KL_HW_FLAG_64BIT_RATESMohammed Shafi Shajakhan1-1/+1
2012-10-24ath6kl: Check for valid rate table indexRaja Mani1-0/+3
2012-10-24ath6kl: Avoid null ptr dereference while printing reg domain pairRaja Mani1-2/+6
2012-10-24ath6kl: Add support to detect fw error through heart beatVasanthakumar Thiagarajan1-0/+14
2012-10-24ath6kl: fix link speed when using sgiDengke Qiu1-1/+12
2012-10-24ath6kl: rework scheduled scanThomas Pedersen1-1/+22
2012-10-24ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point()Vasanthakumar Thiagarajan1-16/+19
2012-10-24ath6kl: fix incorrect use of IEEE80211_NUM_BANDSKalle Valo1-4/+8
2012-10-24ath6kl: add support for changing contry codeKalle Valo1-0/+17
2012-10-24ath6kl: refactor wmi scan commandKalle Valo1-5/+20