summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-03-05iwlwifi: fix error flow in iwl*_pci_probeReinette Chatre2-12/+11
2009-02-25Fix iwlan DMA mapping directionFenghua Yu1-4/+4
2009-02-11iwlwifi: fix suspend/resume and its usage of pci saved stateReinette Chatre2-4/+26
2009-02-04iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre2-0/+4
2009-02-04iwlwifi: clean key table in iwl_clear_stations_tableReinette Chatre1-0/+3
2009-01-29iwlwifi: fix kernel oops when ucode DMA memory allocation failureZhu, Yi1-0/+4
2009-01-23iwlwifi: fix rs_get_rate WARN_ON()Abbas, Mohamed2-5/+23
2009-01-22iwlwifi: return NETDEV_TX_OK from _tx opsReinette Chatre2-2/+2
2009-01-16iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureZhu Yi2-2/+2
2009-01-13iwl3945: fix "‘power_idx’ may be used uninitialized" warningJohn W. Linville1-1/+1
2009-01-12iwlwifi: Fix typo in iwl-commands.h for CCK rate bit range.Daniel Wu1-1/+1
2009-01-12iwlwifi: Fix get_cmd_string() for REPLY_3945_RXSamuel Ortiz1-0/+1
2008-12-19iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen1-5/+3
2008-12-19iwlwifi: indicate txpower is off in sysfsJay Sternberg1-1/+5
2008-12-19iwlwifi: use GFP_KERNEL to allocate Rx SKB memoryZhu Yi2-21/+20
2008-12-19iwlwifi: use meaningful vars in _iwl_poll_bit()Wu, Fengguang1-5/+6
2008-12-19iwlwifi: remove useless gotoWu Fengguang2-12/+4
2008-12-19iwlwifi: use type uint for module param debugWu, Fengguang4-5/+5
2008-12-19iwlwifi: update comments on the debug interfaceWu, Fengguang2-11/+8
2008-12-19iwlwifi: add line feed to printkWu, Fengguang1-1/+1
2008-12-19iwlwifi: cleanup iwl-dev.hWinkler, Tomas4-32/+14
2008-12-19iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen4-6/+3
2008-12-19iwlagn: fix agn rate scalingMohamed Abbas1-10/+16
2008-12-19mac80211: Fix HT channel selectionSujith1-5/+13
2008-12-12iwlwifi: add contact email to MODULE_AUTHORTomas Winkler4-3/+5
2008-12-12iwlwifi: remove 4965 from common uCode API structuresTomas Winkler5-42/+42
2008-12-12iwlwifi: remove includes of iwl-helpers.h where not neededTomas Winkler7-9/+4
2008-12-12iwlwifi: remove unused clip_groups priv memberTomas Winkler2-16/+0
2008-12-12iwlwifi: fix resume while txpower offMohamed Abbas2-1/+14
2008-12-12iwlwifi: use iwl_poll_direct_bit in EEPROM readingZhu, Yi5-37/+27
2008-12-12iwlwifi: fix build warning (iwl-rx.c)Rami Rosen1-6/+0
2008-12-12mac80211: Disable requests for new scans in AP modeJouni Malinen2-17/+0
2008-12-12iwlwifi: remove qos module parameterWinkler, Tomas6-33/+14
2008-12-12iwlwifi: 3945 remove qos module parameterWinkler, Tomas2-28/+15
2008-12-12iwlifi: remove twice defined SINGLE_FRAME RX FH MASKWinkler, Tomas2-4/+1
2008-12-12iwlwifi: change email contact informationWinkler, Tomas48-48/+48
2008-12-12iwlwifi: fix build error (iwl-rx.c).Rami Rosen1-1/+2
2008-12-12iwlwifi: cleanup (remove pm_state)Rami Rosen2-6/+0
2008-12-12iwlwifi: use rmb/wmb to protect indirect mmio operationZhu, Yi2-0/+10
2008-12-12iwlwifi: iwl_poll_{direct_}bit cleanupZhu, Yi9-60/+30
2008-12-12iwlwifi: fix "MAC in deep sleep" errorZhu, Yi1-3/+3
2008-12-12iwlwifi: fix time interval misuse in iwl_poll_{direct_}bitZhu, Yi3-5/+5
2008-12-12iwl3945: Fix rate scale for B-mode connectionAbbas, Mohamed3-16/+39
2008-12-12iwlwifi: implement iwl_debug_report_frame for iwlagnHalperin, Daniel C3-105/+31
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-5/+22
2008-12-05iwl3945 : Fix a-band association for passive channelsAbhijeet Kolekar2-8/+24
2008-12-05iwlwifi: rely on API version read from firmwareReinette Chatre8-56/+217
2008-12-05iwlwifi: store ucode version numberChatre, Reinette6-8/+36
2008-12-05iwlwifi: fix DMA channel number in iwl_txq_ctx_stopZhu Yi4-7/+10
2008-12-05iwl3945: Fix iwl3945 rate scaling.Abbas, Mohamed2-55/+52