summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/sta.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26iwlwifi: mvm: initialise ADD_STA before sending it to the firmwareEmmanuel Grumbach1-1/+1
2016-09-19iwlwifi: mvm: make iwl_mvm_update_sta() an inlineJohannes Berg1-7/+0
2016-09-19iwlwifi: mvm: remove variable shadowingLiad Kaufman1-3/+3
2016-09-16iwlwifi: mvm: use setup_timer instead of init_timer and data fieldsWei Yongjun1-5/+3
2016-09-16iwlwifi: mvm: free reserved queue on STA removalLiad Kaufman1-1/+23
2016-09-15iwlwifi: mvm: call a different txq_enable functionSara Sharon1-3/+1
2016-08-30iwlwifi: mvm: support txq tid owner changeLiad Kaufman1-0/+51
2016-08-30iwlwifi: mvm: use defines for SCD_CONFIG_CMD enablementLiad Kaufman1-2/+2
2016-08-30iwlwifi: mvm: re-assign old queues after hw restart in dqa modeLiad Kaufman1-2/+70
2016-08-30iwlwifi: mvm: keep track of tid associated with each queueLiad Kaufman1-0/+7
2016-08-30iwlwifi: mvm: re-aggregate shared queue after unsharingLiad Kaufman1-24/+142
2016-08-29iwlwifi: mvm: support GMAC protocolAyala Beker1-6/+36
2016-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-1/+15
2016-07-06iwlwifi: mvm: free RX reorder buffer on restartSara Sharon1-3/+4
2016-07-06iwlwifi: mvm: add RX aggregation printsSara Sharon1-2/+5
2016-07-06iwlwifi: mvm: support dqa-mode scd queue redirectionLiad Kaufman1-5/+110
2016-07-06iwlwifi: mvm: support tdls in dqa modeLiad Kaufman1-12/+19
2016-07-06iwlwifi: mvm: add support for GCMP encryptionAyala Beker1-0/+9
2016-07-06iwlwifi: mvm: update aux queue in dqa modeLiad Kaufman1-2/+16
2016-07-06iwlwifi: mvm: set sta_id in SCD_QUEUE_CONFIG cmdLiad Kaufman1-0/+7
2016-07-06iwlwifi: mvm: support dqa queue sharingLiad Kaufman1-17/+156
2016-07-06iwlwifi: mvm: support dqa queue inactivation upon timeoutLiad Kaufman1-8/+189
2016-07-01iwlwifi: mvm: free dqa queues on STA removal also in non-bssLiad Kaufman1-2/+3
2016-06-10iwlwifi: mvm: set the encryption type of an IGTK keyAyala Beker1-0/+8
2016-06-10iwlwifi: mvm: fix RCU splat in TKIP's update_keyEmmanuel Grumbach1-1/+7
2016-05-10iwlwifi: mvm: support dqa-mode agg on non-shared queueLiad Kaufman1-26/+122
2016-05-10iwlwifi: mvm: use helpers to get iwl_mvm_staSara Sharon1-6/+1
2016-05-10iwlwifi: mvm: add reorder timeout per frameSara Sharon1-1/+22
2016-05-10iwlwifi: mvm: add reorder buffer per queueSara Sharon1-8/+61
2016-05-10iwlwifi: mvm: add infrastructure for tracking BA session in driverSara Sharon1-8/+122
2016-05-10iwlwifi: mvm: support p2p device frames tx on dqa queue #2Liad Kaufman1-0/+7
2016-05-10iwlwifi: mvm: allocate queue for probe response in dqa modeLiad Kaufman1-8/+36
2016-03-30iwlwifi: mvm: fix inconsistent lock in dqa modeLiad Kaufman1-4/+4
2016-03-30iwlwifi: mvm: use bss client queue for bss stationLiad Kaufman1-5/+13
2016-03-30iwlwifi: mvm: support bss dynamic alloc/dealloc of queuesLiad Kaufman1-6/+248
2016-02-27iwlwifi: mvm: kill iwl_mvm_enable_agg_txqEmmanuel Grumbach1-5/+11
2016-02-27iwlwifi: mvm: add duplicate packet detection per rx queueSara Sharon1-0/+14
2016-02-27iwlwifi: mvm: add Tx A-MSDU inside A-MPDUEmmanuel Grumbach1-1/+3
2016-02-01iwlwifi: mvm: add new ADD_STA command versionSara Sharon1-9/+31
2016-02-01iwlwifi: mvm: change the check for ADD_STA statusSara Sharon1-5/+5
2015-12-21iwlwifi: mvm: Change number of associated stations when station becomes assoc...Ayala Beker1-5/+0
2015-12-21iwlwifi: mvm: change iwl_mvm_get_key_sta_id() to return the stationJohannes Berg1-31/+22
2015-12-21iwlwifi: mvm: Add a station in monitor modeChaya Rachel Ivgi1-3/+30
2015-12-21iwlwifi: mvm: refactor the way fw_key_table is handledLuca Coelho1-6/+4
2015-12-20iwlwifi: change the Intel Wireless email addressEmmanuel Grumbach1-1/+1
2015-12-20Merge tag 'iwlwifi-for-kalle-2015-12-16' into nextEmmanuel Grumbach1-6/+9
2015-12-13iwlwifi: mvm: close the SP if we send fewer frames than expected in SPEmmanuel Grumbach1-1/+5
2015-12-13iwlwifi: block the queues when we send ADD_STA for uAPSDEmmanuel Grumbach1-1/+6
2015-12-13iwlwifi: mvm: set default new STA as non-aggregatedLiad Kaufman1-0/+2
2015-11-26Merge remote-tracking branch 'iwlwifi-fixes/master' into nextEmmanuel Grumbach1-41/+47