summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller2011-07-241-0/+6
* iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach2011-07-211-8/+8
* iwlagn: implement WoWLANJohannes Berg2011-07-211-4/+513
* iwlagn: rewrite HW cryptoJohannes Berg2011-07-211-23/+31
* iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-211-45/+45
* iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach2011-07-211-3/+0
* iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-211-19/+12
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-14/+15
* iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach2011-07-211-1/+1
* iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-211-49/+0
* iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-211-1/+1
* iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach2011-07-211-2/+2
* iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-161-0/+1
* iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-161-1/+1
* iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-161-354/+0
* iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H2011-07-161-3/+3
* iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy2011-07-161-10/+10
* iwlagn: remove un-necessary fileWey-Yi Guy2011-07-161-0/+19
* iwlagn: move the Rx dispatching to the upper layerEmmanuel Grumbach2011-07-161-38/+4
* iwlagn: move sync_irq to transport layerEmmanuel Grumbach2011-07-161-1/+1
* iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach2011-07-161-26/+13
* iwlagn: Add missing comma between constant string arrayJoe Perches2011-07-131-2/+2
* iwlagn: declare staticWey-Yi Guy2011-07-111-1/+1
* iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman2011-07-111-0/+36
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-111-7/+7
* iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-111-7/+11
* iwlagn: add an API to free the TX contextEmmanuel Grumbach2011-07-111-1/+1
* iwlagn: remove hcmd opsWey-Yi Guy2011-07-011-15/+8
* iwlagn: call bt_coex directllyWey-Yi Guy2011-07-011-11/+9
* iwlagn: add rx_free to transport layerEmmanuel Grumbach2011-07-011-2/+1
* iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach2011-07-011-1/+3
* iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy2011-07-011-0/+4
* iwlagn: fill beacon TX rate properlyJohannes Berg2011-06-241-4/+22
* iwlagn: Add power_level module parameterWey-Yi Guy2011-06-181-0/+5
* iwlagn: add power_save module parameterWey-Yi Guy2011-06-181-5/+9
* iwlagn: store the irq number to iwl_bus just like devEmmanuel Grumbach2011-06-181-6/+6
* iwlagn: fix misplaced bracketEmmanuel Grumbach2011-06-181-1/+3
* iwlagn: waterfall the bus level if prepare card failedEmmanuel Grumbach2011-06-181-0/+1
* iwlagn: finally kill the pointer to pci_dev from iwl-dev.hEmmanuel Grumbach2011-06-181-10/+0
* iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach2011-06-181-4/+5
* iwlagn: don't read the PCI_REVISION_ID from iwl-agn.cEmmanuel Grumbach2011-06-181-4/+0
* iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach2011-06-181-4/+4
* iwlagn: move PCI related operations from probe and remove to PCI layerEmmanuel Grumbach2011-06-181-76/+11
* iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach2011-06-181-25/+28
* iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach2011-06-181-11/+17
* iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach2011-06-181-211/+8
* iwlagn: don't disable interrupts after the NIC has been resetEmmanuel Grumbach2011-06-181-5/+0
* iwlagn: Remove un-necessary indirect callWey-Yi Guy2011-06-181-9/+3
* iwlagn: Sanity check for valid contextWey-Yi Guy2011-06-111-23/+33
* iwlagn: use sku capabilities information from EEPROMWey-Yi Guy2011-06-111-3/+3