aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-hcmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21iwlagn: properly wait for PAN disableJohannes Berg1-0/+1
2010-08-27iwlwifi: add PAN APIJohannes Berg1-0/+8
2010-08-27iwlwifi: prepare for PAN queue/fifo assignmentJohannes Berg1-1/+1
2010-08-25iwlwifi: add 6000g2b BT coexist APIJohannes Berg1-0/+3
2010-07-02iwlwifi: tx fifo queue flush commandWey-Yi Guy1-0/+1
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop1-2/+2
2010-02-19iwlwifi: enable serialization of synchronous commandsReinette Chatre1-7/+7
2010-01-19iwlwifi: update copyright year to 2010Reinette Chatre1-1/+1
2010-01-12iwlwifi: remove obsoleted host commandWey-Yi Guy1-1/+0
2009-12-21iwlwifi: allocated rx page accounting cleanupZhu Yi1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-11iwlwifi: change debug message to error in failure caseReinette Chatre1-2/+2
2009-11-02iwlwifi: coex API data structureWey-Yi Guy1-0/+2
2009-10-27iwlwifi: add missing commands to syslog messagesJay Sternberg1-0/+2
2009-10-27iwlwifi: use paged RxZhu Yi1-15/+6
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-08-14iwlwifi: Traffic type and counter for debugFsWey-Yi Guy1-2/+0
2009-07-27iwlwifi: remove command callback return valueJohannes Berg1-12/+9
2009-07-27iwlwifi: fix up command sendingJohannes Berg1-25/+23
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-4/+4
2009-01-29iwlwifi: update copyright year to 2009Reinette Chatre1-1/+1
2009-01-29iwlwifi: replace IWL_ERROR with IWL_ERRWinkler, Tomas1-10/+12
2009-01-16iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureZhu Yi1-1/+1
2009-01-12iwlwifi: Fix get_cmd_string() for REPLY_3945_RXSamuel Ortiz1-0/+1
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-11-25iwlwifi : fix checkpatch.pl errorsAbhijeet Kolekar1-1/+1
2008-08-22iwlwifi: add level for debugging host commandEsti Kummer1-2/+12
2008-08-18removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman1-1/+1
2008-06-30iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_stringEmmanuel Grumbach1-0/+1
2008-06-03iwlwifi-5000: implement initial calibration for 5000Tomas Winkler1-0/+4
2008-05-21iwlwifi: move TX code into iwl-tx.cTomas Winkler1-2/+2
2008-05-14iwlwifi: remove 4965 from rx_packetTomas Winkler1-2/+2
2008-05-07iwlwifi: rename iwl-4965.h to iwl-dev.hTomas Winkler1-1/+1
2008-04-16iwlwifi: add default WEP key host commandEmmanuel Grumbach1-0/+1
2008-04-01iwlwifi: Fix synchronous host commandTomas Winkler1-4/+4
2008-03-27iwlwifi: allow a default callback for ASYNC host commandsEmmanuel Grumbach1-2/+28
2008-03-25iwlwifi: move host command sending functions to core moduleTomas Winkler1-0/+251