summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/sta.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: mvm: support enabling a queue with a given ssnLiad Kaufman2015-10-051-2/+3
* iwlwifi: mvm: support using multiple ACs on single HW queueLiad Kaufman2015-10-051-26/+45
* iwlwifi: mvm: Correctly update MAC context on add/del stationIlan Peer2015-10-051-1/+1
* iwlwifi: mvm: fix default disabled aggs in staLiad Kaufman2015-10-051-1/+1
* iwlwifi: mvm: don't ask for beacons when AP vif and no assoc staGregory Greenman2015-08-281-0/+5
* Merge tag 'mac80211-next-for-davem-2015-08-14' into nextEmmanuel Grumbach2015-08-161-2/+0Star
|\
| * iwlwifi: mvm: don't set K1/K2 for AES-CMACJohannes Berg2015-08-131-2/+0Star
* | Merge remote-tracking branch 'iwlwifi-fixes/master' into nextEmmanuel Grumbach2015-08-041-1/+2
|\ \
| * | iwlwifi: mvm: Avoid accessing Null pointer when setting igtkMatti Gottlieb2015-06-261-1/+2
| |/
* | iwlwifi: mvm: remove command/return value from RX handlersJohannes Berg2015-08-041-6/+3Star
* | iwlwifi: mvm: LRU-assign key offsetsJohannes Berg2015-08-041-6/+26
|/
* iwlwifi: mvm: Configure agg. queue before assigning it to STAAndrei Otcheretianski2015-05-281-7/+7
* iwlwifi: fix spelling errorsSara Sharon2015-04-021-2/+2
* iwlwifi: mvm: allow to configure the timeout for the Tx queuesEmmanuel Grumbach2015-03-301-6/+4Star
* iwlwifi: mvm: properly flush the queues for buffering transportEmmanuel Grumbach2015-03-181-0/+14
* iwlwifi: mvm: remove warning on station exhaustionJohannes Berg2015-03-121-1/+1
* iwlwifi: mvm: remove IWL_UCODE_TLV_API_DISABLE_STA_TXEmmanuel Grumbach2015-03-121-3/+0Star
* iwlwifi: allow to define the stuck queue timer per queueEmmanuel Grumbach2015-02-011-3/+12
* iwlwifi: mvm: really disable TDLS queuesEmmanuel Grumbach2015-01-221-2/+2
* iwlwifi: mvm: document switch case fall-through in iwl_mvm_send_sta_keyJohn W. Linville2015-01-221-0/+1
* iwlwifi: mvm: let the firmware configure the schedulerEmmanuel Grumbach2015-01-221-4/+4
* iwlwifi: mvm: use iwl_mvm_sta_from_mac80211() consistentlyJohannes Berg2014-12-281-6/+6
* iwlwifi: mvm: use iwl_mvm_vif_from_mac80211() consistentlyJohannes Berg2014-12-281-2/+2
* iwlwifi: mvm: add CSA absent time event for clientsLuciano Coelho2014-11-241-0/+15
* iwlwifi: mvm: implement mac80211 TDLS channel-switch APIsArik Nemtsov2014-11-241-0/+9
* iwlwifi: mvm: use private TFD queues for TDLS stationsArik Nemtsov2014-11-241-4/+90
* iwlwifi: mvm: add WEP RX hardware offload supportJohannes Berg2014-11-241-12/+52
* iwlwifi: mvm: refactor key add/remove functionsJohannes Berg2014-11-241-64/+79
* iwlwifi: mvm: use correct type for firmware statusJohannes Berg2014-11-111-2/+4
* iwlwifi: mvm: remove mvm argument from get_queues_maskArik Nemtsov2014-10-291-1/+1
* iwlwifi: mvm: rs: fix logic in case of multiple TIDsEyal Shapira2014-09-211-0/+8
* iwlwifi: mvm: prepare for scheduler config commandAvri Altman2014-09-161-6/+6
* iwlwifi: mvm: disable aggregation queues in station DB in FWJohannes Berg2014-09-141-1/+11
* iwlwifi: mvm: clean up AUX station handlingJohannes Berg2014-09-031-3/+12
* iwlwifi: mvm: clean up broadcast station handlingJohannes Berg2014-09-031-19/+42
* iwlwifi: mvm: use tdls indication from mac80211Johannes Berg2014-09-031-4/+8
* iwlwifi: add Intel Mobile Communications copyrightJohannes Berg2014-09-031-0/+2
* iwlwifi: trans: allow skipping scheduler hardware configJohannes Berg2014-09-031-2/+2
* iwlwifi: mvm: Enabling Aux QueueAriej Marjieh2014-07-211-2/+6
* iwlwifi: mvm: use C99 initializers for add_staEmmanuel Grumbach2014-07-211-9/+7Star
* iwlwifi: mvm: Use CS tx block bit for AP/GOAndrei Otcheretianski2014-07-071-0/+54
* iwlwifi: mvm: Introduce an API to set STA_FLG_DISABLE_TX flagAndrei Otcheretianski2014-06-241-0/+20
* iwlwifi: remove CMD_SYNCEmmanuel Grumbach2014-05-131-9/+9
* iwlwifi: remove IWL_UCODE_TLV_FLAGS_STA_KEY_CMD flagEmmanuel Grumbach2014-04-131-134/+27Star
* iwlwifi: mvm: Use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-131-4/+4
* iwlwifi: mvm: don't set AP STA to EINVALEmmanuel Grumbach2014-04-131-8/+0Star
* iwlwifi: mvm: reconfigure qos seq on D0i3 exitArik Nemtsov2014-03-161-1/+9
* iwlwifi: mvm: BT Coex - enable per-AC BT priorityEmmanuel Grumbach2014-03-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-1/+1
|\
| * iwlwifi: mvm: make local pointer non-staticJohannes Berg2014-01-301-1/+1