summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: fix the reclaimed packet tracking upon flush queueEmmanuel Grumbach2013-01-031-7/+17
* iwlwifi: fix PCIe interrupt handle return valueJohannes Berg2013-01-031-0/+1
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-6/+2
|\
| * iwlwifi: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-5/+2
| * iwlwifi: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas2012-12-071-10/+3
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-12-1128-263/+358
|\ \
| * | iwlwifi: don't handle masked interruptEmmanuel Grumbach2012-12-101-2/+10
| * | iwlwifi: silently ignore fw flaws in Tx pathEmmanuel Grumbach2012-12-101-31/+18
| * | iwlwifi: iwlagn_request_scan: Fix check for priv->scan_requestTim Gardner2012-12-101-2/+3
| * | iwlwifi: change TX code to suppress smatch warningJohannes Berg2012-12-071-6/+6
| * | iwlwifi: reset_ict in stop_hwEmmanuel Grumbach2012-12-061-0/+2
| * | iwlwifi: move prph handling into the transportEmmanuel Grumbach2012-12-065-25/+90
| * | iwlwifi: Change define and struct names in iwl-eeprom-parse.hEytan Lifshitz2012-12-0620-186/+214
| * | iwlwifi: return real info in probe failureEmmanuel Grumbach2012-11-292-6/+11
| * | iwlwifi: clear trans->op_mode pointer when it is leavingEmmanuel Grumbach2012-11-281-4/+3
| * | iwlwifi: read the Rx write pointer only onceEmmanuel Grumbach2012-11-281-1/+1
* | | iwlwifi: remove __dev* attributesBill Pemberton2012-12-061-2/+2
* | | Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-12-061-6/+6
|\ \ \
| * | | iwlwifi: fix the basic CCK rates calculationEmmanuel Grumbach2012-11-211-6/+6
* | | | iwlwifi: initialize rx_statusJohannes Berg2012-11-261-1/+1
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-262-3/+0
|\ \ \ \
| * | | | cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-262-3/+0
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-212-1/+2
|\| | | |
| * | | | mac80211: make remain_on_channel() op pass vif paramEliad Peller2012-11-191-0/+1
| * | | | mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-219-1342/+1299
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | iwlwifi: remove effectless assignmentEmmanuel Grumbach2012-11-211-2/+0
| * | | | iwlwifi: Remove duplicate inclusion of iwl-trans.h in pcie/drv.cSachin Kamat2012-11-191-1/+0
| * | | | iwlwifi: update the RB_TIMEOUT to 0x11Emmanuel Grumbach2012-11-191-1/+1
| * | | | iwlwifi: make iwl_pcie_rxq_inc_wr_ptr staticEmmanuel Grumbach2012-11-192-3/+1
| * | | | iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach2012-11-193-12/+4
| * | | | iwlwifi: make iwl_queue_used return boolEmmanuel Grumbach2012-11-192-3/+3
| * | | | iwlwifi: disallow MFP with software cryptoJohannes Berg2012-11-191-2/+7
| * | | | iwlwifi: merge 2 functions in reclaim flowEmmanuel Grumbach2012-11-191-33/+20
| * | | | iwlwifi: continue clean up - pcie/tx.cEmmanuel Grumbach2012-11-193-915/+913
| * | | | iwlwifi: continue clean up - pcie/trans.cEmmanuel Grumbach2012-11-192-38/+32
| * | | | iwlwifi: continue clean up - pcie/rx.cEmmanuel Grumbach2012-11-193-212/+216
| * | | | iwlwifi: init the replenish work in rx_initEmmanuel Grumbach2012-11-191-2/+3
| * | | | iwlwifi: rename functions in transport layerEmmanuel Grumbach2012-11-194-242/+218
| * | | | iwlwifi: add comments for the PCIe transport statusesEmmanuel Grumbach2012-11-191-4/+10
| * | | | iwlwifi: don't enable interrupt as a W/A when MSI is enabledEmmanuel Grumbach2012-11-141-9/+8
| * | | | iwlwifi: don't warn if transport's allocation failedEmmanuel Grumbach2012-11-141-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-213-4/+37
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-11-181-8/+0
| * | | | iwlwifi: fix monitor mode FCS flagJohannes Berg2012-11-141-0/+14
| * | | | iwlwifi: use ieee80211_free_txskbJohannes Berg2012-11-072-2/+2
| * | | | iwlwifi: handle DMA mapping failuresJohannes Berg2012-11-051-2/+21
| | |_|/ | |/| |
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-1617-112/+183
|\ \ \ \ | | |/ / | |/| |
| * | | iwlwifi: return commands with error on FW errorJohannes Berg2012-11-094-0/+15
| * | | iwlwifi: fix typo in RX data tracingJohannes Berg2012-11-071-1/+1