summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-core.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg1-0/+2
2011-07-21iwlagn: implement WoWLANJohannes Berg1-1/+5
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-4/+4
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach1-2/+2
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-4/+4
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-4/+5
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-7/+9
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-6/+0
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy1-4/+2
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-14/+0
2011-07-01iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy1-1/+1
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2011-06-24iwlagn: fill beacon TX rate properlyJohannes Berg1-13/+0
2011-06-24iwlagn: fix change_interface for P2P typesJohannes Berg1-1/+2
2011-06-18iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach1-3/+3
2011-06-18iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy1-23/+1
2011-06-18iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach1-22/+2
2011-06-11iwlagn: use sku capabilities information from EEPROMWey-Yi Guy1-4/+4
2011-06-11iwlagn: move bt_coex_active as part of iwlagn_mod_paramsWey-Yi Guy1-22/+1
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+1
2011-06-03iwlagn: call commit_rxon function directlyWey-Yi Guy1-1/+1
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka1-5/+1
2011-06-01iwlagn: remove un-necessary tx power opsWey-Yi Guy1-4/+1
2011-04-30iwlagn: prefer BSS contextJohannes Berg1-0/+14
2011-04-30iwlagn: improve RXON checkingJohannes Berg1-19/+19
2011-04-30iwlagn: mod param cleanupDon Fry1-3/+4
2011-04-30iwlagn: avoid hangs when restarting deviceJohannes Berg1-0/+4
2011-04-29iwlagn: fix tx power initializationStanislaw Gruszka1-2/+7
2011-04-22iwlagn: leave notification waits on firmware errorsJohannes Berg1-0/+15
2011-04-18iwlagn: remove un-necessary ieee80211_opsWey-Yi Guy1-24/+0
2011-04-08iwlagn: remove un-needed configurationWey-Yi Guy1-14/+12
2011-04-08iwlagn: cleanup to remove the reference for 3945Wey-Yi Guy1-1/+0
2011-04-08iwlwifi: fix bugs in change_interfaceJohannes Berg1-0/+10
2011-04-08iwlagn: remove un-necessary function pointerWey-Yi Guy1-6/+4
2011-04-07iwlagn: remove BSM clock settingJohannes Berg1-10/+2
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-04-07iwlagn: centralize and fix ucode restartJohannes Berg1-48/+51
2011-04-07iwlagn: clean up some 3945/4965 remnantsJohannes Berg1-1/+0
2011-03-04iwlwifi: move rx handlers code to iwl-rx.cStanislaw Gruszka1-63/+0
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-54/+0
2011-02-21Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy1-0/+54
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-54/+0
2011-02-21iwlwifi: Limit number of firmware reloadWey-Yi Guy1-0/+22
2011-01-31iwlwifi: correct frequency settingsStanislaw Gruszka1-6/+2
2011-01-28iwlwifi: do not set tx power when channel is changingStanislaw Gruszka1-3/+10
2011-01-22iwlwifi: initial P2P supportWey-Yi Guy1-2/+3
2011-01-22iwlwifi: use mac80211 throughput triggerWey-Yi Guy1-2/+0
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+2
2010-12-14iwlwifi: keep track of bt coex enable/disable stageWey-Yi Guy1-0/+1
2010-12-14iwlwifi: do not reload fw if WiMAX own the RFWey-Yi Guy1-0/+16