summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/mvm
AgeCommit message (Expand)AuthorFilesLines
2015-05-21iwlwifi: mvm: avoid use-after-free on iwl_mvm_d0i3_enable_tx()Eliad Peller1-2/+4
2015-05-21iwlwifi: mvm: clean net-detect info if device was reset during suspendLuciano Coelho1-4/+5
2015-05-21iwlwifi: mvm: take the UCODE_DOWN reference when resumingLuciano Coelho1-1/+8
2015-05-21iwlwifi: mvm: BT Coex - duplicate the command if sent ASYNCEmmanuel Grumbach1-1/+1
2015-05-21iwlwifi: mvm: Free fw_status after use to avoid memory leakHaim Dreyfuss1-1/+3
2015-05-15iwlwifi: mvm: fix MLME triggerEmmanuel Grumbach1-3/+0
2015-05-10iwlwifi: mvm: forbid MIMO on devices that don't support itEmmanuel Grumbach1-0/+3
2015-04-28iwlwifi: mvm: force quota update update after FW restartJohannes Berg1-1/+1
2015-04-28iwlwifi: mvm: fix typo in CONFIG optionEmmanuel Grumbach1-1/+1
2015-04-28iwlwifi: mvm: don't power off the device between INIT and OPER firmwaresEran Harary2-25/+21
2015-04-19iwlwifi: mvm: Avoid signal based decisions if ave beacon RSSI is 0Alexander Bondar1-0/+5
2015-04-19iwlwifi: mvm: fix scan iteration complete notification handlingAvraham Stern2-43/+3
2015-04-19iwlwifi: mvm: don't stop the FW monitor too earlyEmmanuel Grumbach2-9/+10
2015-04-19iwlwifi: mvm: fix Tx Power firmware APIAvri Altman3-15/+56
2015-04-07Merge tag 'iwlwifi-next-for-kalle-2015-04-02' of https://git.kernel.org/pub/s...Kalle Valo21-157/+514
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+26
2015-04-02iwlwifi: mvm: capture connection loss as part of MLME triggerEmmanuel Grumbach4-3/+31
2015-04-02iwlwifi: mvm: add trigger for time eventsEmmanuel Grumbach1-0/+42
2015-04-02iwlwifi: mvm: do string formatting in debug triggersJohannes Berg6-19/+30
2015-04-02iwlwifi: fix spelling errorsSara Sharon11-25/+25
2015-04-02iwlwifi: mvm: don't return uninitialized value in get_survey()Johannes Berg1-0/+1
2015-04-02iwlwifi: mvm: add trigger for firmware dump upon MLME failuresEmmanuel Grumbach1-0/+65
2015-04-02Merge tag 'mac80211-next-for-davem-2015-03-30' into iwlwifi-nextEmmanuel Grumbach3-4/+4
2015-04-02iwlwifi: mvm: remove unused argumentsJohannes Berg2-5/+3
2015-04-02iwlwifi: mvm: Fix wrongfully flushing frames in the roc/off channel queueMatti Gottlieb1-0/+2
2015-04-02iwlwifi: mvm: always reconfigure last MCC on initArik Nemtsov2-10/+16
2015-04-02iwlwifi: mvm: add debugfs entry with the number of net-detect scansLuciano Coelho3-0/+8
2015-04-02iwlwifi: mvm: rs: refactor rs_update_rate_tblEyal Shapira1-6/+5
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller18-382/+853
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller3-4/+4
2015-03-30mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach3-4/+4
2015-03-30iwlwifi: mvm: rs: fix comment indentationLiad Kaufman1-3/+1
2015-03-30iwlwifi: mvm: Clean up UMAC scan UIDs in the reset and drv_stop flowsAlexander Bondar2-3/+48
2015-03-30iwlwifi: 8000: change PNVM in case it doesn't match to the HW stepEran Harary2-6/+38
2015-03-30iwlwifi: mvm: allow to configure the timeout for the Tx queuesEmmanuel Grumbach5-12/+54
2015-03-26iwlwifi: drop support for early versions of 8000Emmanuel Grumbach3-32/+9
2015-03-26iwlwifi: mvm: use debugfs_create_bool() for enable_scan_iteration_notifLuciano Coelho2-24/+6
2015-03-26iwlwifi: mvm: add delay to scheduled scanLuciano Coelho1-1/+9
2015-03-26iwlwifi: mvm: inform mac80211 about umac scans that was aborted by restartDavid Spinadel3-12/+34
2015-03-26iwlwifi: mvm: remove d0i3 ref correctly during AP startArik Nemtsov1-2/+1
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+48
2015-03-19iwlwifi: mvm: remove WARN_ON for invalid BA notificationJohannes Berg1-2/+4
2015-03-19iwlwifi: mvm: take IWL_MVM_REF_UCODE_DOWN before restarting hwEliad Peller1-0/+2
2015-03-19iwlwifi: mvm: protect rate scaling against non-mvm IBSS stationsJohannes Berg1-2/+22
2015-03-18iwlwifi: mvm: remove time-event start/end failure warningJohannes Berg1-5/+10
2015-03-18iwlwifi: mvm: add iccm data to 8000 b-step data dumpLiad Kaufman1-0/+24
2015-03-18iwlwifi: mvm: properly flush the queues for buffering transportEmmanuel Grumbach3-0/+46
2015-03-18iwlwifi: mvm: assign new TLV bit for multi-source LARArik Nemtsov1-1/+2
2015-03-18iwlwifi: mvm: continue (with error) CSA on GO time event failureJohannes Berg3-6/+20
2015-03-13Merge tag 'iwlwifi-next-for-kalle-2015-03-12' of https://git.kernel.org/pub/s...Kalle Valo19-400/+901