aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac/commands.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20qtnfmac: process HE capabilities requestsMikhail Karpenko1-1/+89
2019-11-20qtnfmac: advertise netdev port parent IDIgor Mitsyanko1-4/+1
2019-11-20qtnfmac: track broadcast domain of each interfaceIgor Mitsyanko1-0/+32
2019-11-14qtnfmac: add support for getting/setting transmit powerMikhail Karpenko1-0/+65
2019-11-14qtnfmac: fix using skb after freeSergey Matyukevich1-2/+4
2019-06-25qtnfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-04-26qtnfmac: allow to control DFS slave radar detectionIgor Mitsyanko1-1/+3
2019-04-04qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()Gustavo A. R. Silva1-11/+4
2019-04-04qtnfmac: use scan duration param for different scan typesIgor Mitsyanko1-10/+39
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko1-5/+5
2019-04-04qtnfmac: simplify firmware state trackingSergey Matyukevich1-2/+1
2019-04-04qtnfmac: update bands information on CHANGE_INTF commandIgor Mitsyanko1-2/+19
2019-04-04qtnfmac: pass DFS region to firmware on region updateIgor Mitsyanko1-0/+15
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko1-124/+62
2019-04-04qtnfmac: pass complete channel info in regulatory notifierIgor Mitsyanko1-31/+18
2019-04-04qtnfmac: include full channels info to regulatory notifierIgor Mitsyanko1-0/+20
2019-04-04qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko1-6/+3
2019-02-08qtnfmac: enable WPA3 SAE supportSergey Matyukevich1-0/+29
2019-02-01qtnfmac: qtnf_cmd_send_with_reply cleanupSergey Matyukevich1-6/+4
2019-02-01qtnfmac: convert to SPDX license identifiersSergey Matyukevich1-14/+2
2019-02-01qtnfmac: do not reject retry changes in driverSergey Matyukevich1-0/+8
2019-02-01qtnfmac: switch to 32bit values for RTS/FRAG thresholdsSergey Matyukevich1-4/+4
2019-02-01qtnfmac: add support for 4addr modeSergey Matyukevich1-5/+9
2019-02-01qtnfmac: support EBUSY errcode for QLINK protocolAndrey Shevchenko1-0/+2
2019-02-01qtnfmac: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2018-11-06qtnfmac: fix error handling in control pathSergey Matyukevich1-8/+13
2018-10-05qtnfmac: add support for scan dwell time configurationSergey Matyukevich1-0/+9
2018-10-05qtnfmac: add support for scan flushSergey Matyukevich1-0/+6
2018-10-05qtnfmac: inform wireless core about supported extended capabilitiesSergey Matyukevich1-2/+1
2018-10-05qtnfmac: pass sgi rate info flag to wireless coreSergey Matyukevich1-0/+3
2018-10-05qtnfmac: cleanup and unify command error handlingSergey Matyukevich1-409/+109
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich1-0/+112
2018-07-30qtnfmac: enable multiple SSIDs scan supportAndrey Shevchenko1-5/+3
2018-07-30qtnfmac: implement cfg80211 power management callbackSergei Maksimenko1-0/+34
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-16/+16
2018-06-27qtnfmac: enable source MAC address randomization supportAndrey Shevchenko1-0/+25
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko1-5/+3
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed1-0/+1
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko1-2/+24
2018-01-24qtnfmac: remove redundant 'unlikely' checksSergey Matyukevich1-27/+25
2018-01-24qtnfmac: modify supported interface combinationsSergey Matyukevich1-37/+65
2018-01-24qtnfmac: report hardware/firmware information via ethtoolVasily Ulyanov1-0/+3
2018-01-24qtnfmac: get more hardware info from cardVasily Ulyanov1-0/+50
2018-01-24qtnfmac: remove struct qlink_cmd_set_mac_aclVasily Ulyanov1-6/+9
2018-01-09qtnfmac: support MAC address based access controlVasily Ulyanov1-0/+62
2018-01-09qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko1-101/+116
2018-01-09qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov1-0/+44
2018-01-09qtnfmac: add support for radar detection and CACIgor Mitsyanko1-0/+38
2018-01-09qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich1-7/+7