summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-28libertas: move mesh command handling into mesh.cHolger Schurig3-168/+186
2009-11-28libertas: move mesh-only ethtool operations into mesh.cHolger Schurig3-80/+99
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig6-363/+480
2009-11-28libertas: introduce mesh.hHolger Schurig4-19/+35
2009-11-28libertas: rename persistcfg.c -> mesh.cHolger Schurig2-1/+1
2009-11-28ipw2x00: convert to seq_fileAlexey Dobriyan1-11/+22
2009-11-28ray_cs: convert to proc_fopsAlexey Dobriyan1-18/+18
2009-11-28ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan3-5/+14
2009-11-28ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez5-8/+53
2009-11-28ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault4-18/+31
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez7-5/+69
2009-11-28iwmc3200wifi: Remove tx concatenation optionSamuel Ortiz1-8/+1
2009-11-28iwmc3200wifi: Add stopped queue to debugfsSamuel Ortiz1-0/+23
2009-11-28iwmc3200wifi: 802.11n Tx aggregation supportSamuel Ortiz8-10/+217
2009-11-28iwmc3200wifi: Set wireless mode correctlyZhu Yi1-3/+3
2009-11-28iwmc3200wifi: Update wireless_mode with eeprom valuesSamuel Ortiz3-1/+39
2009-11-28iwmc3200wifi: Dont set the UMAC power limit when interface is downSamuel Ortiz1-0/+4
2009-11-28iwmc3200wifi: Parse HT channels EEPROM entriesSamuel Ortiz3-8/+56
2009-11-28MAINTAINERS: Add iwmc3200wifi entrySamuel Ortiz1-0/+9
2009-11-28rt2x00: Centralize setting of extra TX headroom requested by rt2x00.Gertjan van Wingerde10-16/+16
2009-11-28rt2x00: Whitespace cleanup.Gertjan van Wingerde7-87/+87
2009-11-28rt2x00: Fix typo (lengt --> length) in rt2x00queue.cGertjan van Wingerde1-2/+2
2009-11-28rt2x00: Clean up use of rt2x00_intf_is_pci.Gertjan van Wingerde1-10/+7
2009-11-28rt2x00: Remove unused variable frame_control from rt2x00mac_tx.Gertjan van Wingerde1-3/+0
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-25mac80211: Speedup ieee80211_remove_interfaces()Eric Dumazet1-9/+5
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller125-1936/+3163
2009-11-24net/ipv6: Move && and || to end of previous lineJoe Perches1-4/+4
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