summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-3945.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-12/+12
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-2/+5
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-9/+9
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+1
2008-05-15mac80211: use hardware flags for signal/noise unitsBruno Randolf1-9/+9
2008-05-13iwlwifi: Fix frequency in rx_status fillEmmanuel Grumbach1-1/+1
2008-05-07iwlwifi: define ANA_PLL values in iwl-csr.hTomas Winkler1-1/+1
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-18/+14
2008-04-09iwlwifi: use ieee80211_frequency_to_channelTomas Winkler1-2/+2
2008-04-09iwlwifi: fix some warningsJohannes Berg1-3/+3
2008-03-27iwlwifi: Add led supportMohamed Abbas1-0/+6
2008-03-14iwlwifi: update copyright yearReinette Chatre1-1/+1
2008-03-14iwlwifi: Use sta_bcast_id variable instead of BROADCAST_ID constantTomas Winkler1-2/+2
2008-03-08iwlwifi: fix potential lock inversion deadlockReinette Chatre1-2/+2
2008-03-08iwlwifi: 3945 split tx_complete to command and packet functionTomas Winkler1-2/+115
2008-03-08iwlwifi: Take the fw file name from the iwl_cfg.Tomas Winkler1-0/+2
2008-03-08iwlwifi: add struct iwl_cfgTomas Winkler1-2/+17
2008-03-08iwlwifi: extract iwl-csr.hTomas Winkler1-9/+9
2008-03-07iwlwifi: Fix 52 rate report in rx statusTomas Winkler1-35/+196
2008-02-29iwlwifi: Add tx_ant_num hw setting variableTomas Winkler1-1/+2
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-19/+16
2008-02-02iwlwifi: fix sparse warning in iwl 3945Ron Rindjunsky1-3/+4
2008-02-01iwlwifi: cleanup usage of inline functionsReinette Chatre1-14/+0
2008-01-29drivers/net/wireless/iwlwifi/iwl-3945.c: fix printk warningAndrew Morton1-1/+1
2008-01-29iwlwifi: delay firmware loading from pci_probe to network interface openZhu Yi1-8/+0
2008-01-29mac80211: add unified BSS configurationJohannes Berg1-4/+2
2008-01-29iwlwifi: proper monitor supportZhu Yi1-18/+102
2008-01-29iwlwifi: 802.11n add support to 8K A-MSDU Rx framesRon Rindjunsky1-1/+2
2008-01-29iwlwifi: enhance WPA authenication stabilityMohamed Abbas1-0/+9
2008-01-29iwlwifi: add comments to EEPROM stuffBen Cahill1-0/+9
2008-01-29iwlwifi: cleanup namespaceChristoph Hellwig1-264/+264
2008-01-29iwlwifi: replace 0x8086 with PCI_VENDOR_ID_INTELZhu Yi1-2/+2
2008-01-29iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965Christoph Hellwig1-1/+1
2008-01-29iwlwifi: keep 3945 and 4965 headers separateChristoph Hellwig1-4/+1
2008-01-29iwlwifi: mark more functions/variables staticChristoph Hellwig1-16/+1
2008-01-29iwlwifi: move 3945 SCD registers to iwl-prph.hEmmanuel Grumbach1-8/+8
2008-01-29iwlwifi: replacing wording restricted to nic access in iwl-ioTomas Winkler1-39/+39
2008-01-29iwlwifi: rename restricted_mem to targ_memTomas Winkler1-10/+9
2008-01-29iwlwifi: replace restricted_reg with prphTomas Winkler1-18/+18
2008-01-29iwlwifi: using PCI_DEVICE macroTomas Winkler1-2/+2
2008-01-29iwlwifi: Two comments in iwl-3945.c were longer than 80 columnsIan Schram1-4/+6
2008-01-29iwlwifi: remove cck_flag from iwl_driver_hw_infoTomas Winkler1-1/+0
2008-01-29iwlwifi: renaming last_used and first_emptyTomas Winkler1-6/+6
2008-01-29iwlwifi: rename iwl_eeprom_aqcuire_semaphore to _acquire_Ian Schram1-1/+1
2007-11-15iwl3945: place CCK rates in front of OFDM for supported ratesMohamed Abbas1-57/+69
2007-10-18[PATCH] janitorial: fix all double includes in drivers/net/wirelessHolger Schurig1-1/+0
2007-10-11[IWLWIFI]: remove per-file CFLAGS for IWL defineZhu Yi1-0/+2
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-13/+21
2007-10-11[IWLWIFI]: add iwlwifi wireless driversZhu Yi1-0/+2290