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