summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-11-28rt2x00: Only initialize HT on rt2800 devices that support it.Gertjan van Wingerde1-1/+5
2009-11-28wl1271: Remove REF_CLK hackLuciano Coelho1-8/+1
2009-11-28wl1271: remove workaround to ignore -EIO from radio and general paramsLuciano Coelho2-10/+4
2009-11-28wl1271: fix radio and general parameters commandsLuciano Coelho5-182/+183
2009-11-28wl1271: set radio and general params also for PLTLuciano Coelho3-2/+15
2009-11-28wl1271: fix the inetdev notifier callback return valuesLuciano Coelho1-5/+5
2009-11-28wl1271: Set PSM support flags in driver configurationJuuso Oikarinen1-1/+2
2009-11-28wl1271: Prevent PSM-entry retry loop if PSM cancelledJuuso Oikarinen1-2/+6
2009-11-28wl1271: Decrease BET consecutive terminated beacons value to 10Juuso Oikarinen1-1/+1
2009-11-28ath9k: clean up rc rate tableFelix Fietkau2-219/+109
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau11-294/+291
2009-11-25ath9k: remove warnings related to signed/unsigned type mismatchJohn W. Linville2-3/+1
2009-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller76-1124/+2044
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings6-28/+69
2009-11-24sfc: Combine high-level header filesBen Hutchings9-87/+25
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings3-25/+8
2009-11-24sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings1-3/+3
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings10-53/+68
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings4-24/+29
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings4-38/+39
2009-11-24sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2-11/+11
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings8-75/+88
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings5-27/+33
2009-11-24sfc: Use a single blink implementationBen Hutchings8-77/+62
2009-11-24sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings1-4/+7
2009-11-24sfc: Record RX queue number on GRO pathBen Hutchings1-2/+4
2009-11-24sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings1-12/+14
2009-11-24sfc: Remove ridiculously paranoid assertionsBen Hutchings1-3/+0
2009-11-24sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings1-5/+2
2009-11-24sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings1-2/+0
2009-11-24ath9k: set ps_default as falseJohn W. Linville1-0/+2
2009-11-24ssb: Fix range check in sprom writeMichael Buesch1-4/+16
2009-11-24ssb: Fix SPROM writingMichael Buesch3-70/+78
2009-11-24rndis_wlan: disable stall workaroundJussi Kivilinna1-3/+3
2009-11-24rndis_wlan: fix buffer overflow in rndis_query_oidJussi Kivilinna1-2/+3
2009-11-24iwlwifi: remove reset led_tpt from iwl_leds_init()Wey-Yi Guy1-1/+0
2009-11-24iwlwifi: change message for cmd queue full errorWey-Yi Guy1-1/+1
2009-11-24iwlwifi: print limited number of event log when uCode errorWey-Yi Guy6-37/+130
2009-11-24iwlwifi: Tell the ucode immediately when association state changesJay Sternberg1-0/+10
2009-11-24iwlwifi: dump error log when uCode error occurredWey-Yi Guy3-7/+4
2009-11-24iwlwifi: by default, dump entire sram data portionWey-Yi Guy1-3/+11
2009-11-24iwlwifi: update supported PCI_ID list for 5xx0 seriesWey-Yi Guy3-22/+84
2009-11-24iwlwifi: separate IO tracingJohannes Berg1-1/+4
2009-11-24iwlwifi: fix reserved2 field in iwl4965_addstaWey-Yi Guy1-1/+1
2009-11-24iwlwifi: dynamically allocate buffer for sram debugfs fileWey-Yi Guy1-2/+13
2009-11-24iwlwifi: increase tx_queue debugfs buffer sizeWey-Yi Guy1-1/+1
2009-11-24iwlwifi: set read/write permission for debugfs filesWey-Yi Guy2-33/+33
2009-11-24iwl3945: removed unused struct and definitionsReinette Chatre2-17/+0
2009-11-24iwlwifi: reset led_tpt when clear tx/rx traffic byte countsWey-Yi Guy4-38/+18
2009-11-24iwlwifi: set sm_ps_mode as part of cfg parametersWey-Yi Guy8-34/+30