summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/common.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-18iwlegacy: move under intel directoryKalle Valo1-3084/+0
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-3/+3
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+1
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-04iwl4965: disable 8K A-MSDU by defaultStanislaw Gruszka1-1/+1
2014-02-25iwlegacy: properly enable power savingStanislaw Gruszka1-0/+1
2014-02-25iwlegacy: merge reclaim checkStanislaw Gruszka1-0/+14
2013-09-25iwlegacy: Remove extern from function prototypesJoe Perches1-33/+33
2013-06-12iwlegacy: add il_{stop,wake}_queues_by_reason functionsStanislaw Gruszka1-0/+22
2013-06-12iwlegacy: small refactoring of il_{stop,wake}_queueStanislaw Gruszka1-4/+15
2013-06-12net: wireless: iwlegacy: fix build error for il_pm_opsYijing Wang1-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+0
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-1/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-3/+2
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg1-4/+0
2013-02-01iwl4965: report A-MPDU statusChristian Lamparter1-0/+1
2013-01-08iwlegacy: add flush callbackStanislaw Gruszka1-0/+1
2012-12-14Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-12/+0
2012-12-07iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-4/+0
2012-12-07iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas1-8/+0
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-3/+2
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+0
2012-08-23iwlegacy: Use PCI Express Capability accessorsJiang Liu1-3/+1
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg1-2/+0
2012-02-29iwlegacy: remove unused enum il4965_calib_enabled_stateGreg Dietsche1-5/+0
2012-02-29iwlegacy: remove enum iw_calib and related codeGreg Dietsche1-18/+0
2012-02-22iwlegacy: remove il_is_rfkill_hwStanislaw Gruszka1-7/+1
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka1-2/+2
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka1-11/+9
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-1/+3
2012-02-22iwleagcy: remove old commentsStanislaw Gruszka1-16/+0
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-45/+6
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka1-33/+19
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka1-17/+14
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka1-7/+2
2012-02-22iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka1-6/+2
2012-02-22iwlegacy: remove temp_opsStanislaw Gruszka1-8/+0
2012-02-22iwlegacy: move debugfs_ops to il_privStanislaw Gruszka1-6/+4
2012-02-22iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka1-2/+0
2012-02-22iwlegacy: regulatory_bands is not an opsStanislaw Gruszka1-1/+2
2012-02-22iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka1-3/+3
2012-02-22iwlegacy: cleanup/fix memory barriersStanislaw Gruszka1-2/+7
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka1-12/+15
2012-02-06iwlegacy: remove set_hw_params callbackStanislaw Gruszka1-2/+0
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka1-16/+2
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka1-15/+16
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka1-5/+3
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka1-49/+30