summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-03-25rt2x00: Fix in_atomic() usageIvo van Doorn9-386/+234
2008-03-25rt2x00: Fix rate detection for invalid signalsIvo van Doorn1-0/+7
2008-03-25b43: Don't compile N-PHY code when N-PHY is disabledMichael Buesch2-2/+42
2008-03-25iwlwifi: Completing the parameter packagingAssaf Krauss3-54/+55
2008-03-25ipw2200 annotations and fixesAl Viro2-60/+64
2008-03-25rt2x00: Add dev_flags to rx descriptorIvo van Doorn7-25/+48
2008-03-25iwlwifi: move host command sending functions to core moduleTomas Winkler9-322/+399
2008-03-25iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_infoAssaf Krauss6-13/+13
2008-03-25iwlwifi: iwl3945 remove 4965 commandsTomas Winkler1-39/+0
2008-03-25iwlwifi-2.6: enables RX TKIP decryption in HWEmmanuel Grumbach1-0/+51
2008-03-25iwlwifi-2.6: enables HW TKIP encryptionEmmanuel Grumbach2-9/+25
2008-03-25iwlwifi-2.6: RX status translation to old schemeEmmanuel Grumbach3-0/+81
2008-03-25iwlwifi-2.6: Cleans up set_key flowEmmanuel Grumbach2-56/+110
2008-03-25iwlwifi: Probe Flow - Extracting hw and priv initAssaf Krauss7-623/+677
2008-03-25iwlwifi: Probe Flow - Performing allocation in a separate functionAssaf Krauss3-8/+39
2008-03-25iwlwifi: Packing all 4965 parametersAssaf Krauss4-33/+42
2008-03-25iwlwifi: Re-ordering probe flow (4965)Assaf Krauss2-120/+151
2008-03-25iwlwifi: remove macros containing offsets from eeprom structReinette Chatre2-64/+0
2008-03-25libertas: store rssi as an u32Holger Schurig3-9/+4
2008-03-25libertas: remove lots of unused stuffHolger Schurig10-134/+46
2008-03-25libertas: misc power saving adjustsHolger Schurig6-36/+23
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig6-47/+10
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig3-12/+7
2008-03-25libertas: make a handy lbs_cmd_async() commandHolger Schurig2-36/+57
2008-03-25iwlwifi: Add debugfs to iwl coreTomas Winkler7-6/+377
2008-03-25iwlwifi: Add TX/RX statistcs to driverTomas Winkler3-1/+24
2008-03-25iwlwifi: rename struct iwl4965_priv to struct iwl_privTomas Winkler7-415/+415
2008-03-25iwlwifi: rename iwl-4965-debug.h back to iwl-debug.hTomas Winkler9-71/+71
2008-03-25iwlwifi: Bug fix, CCMP with HW encryption with AGGMax Stepanov2-0/+6
2008-03-25libertas: remove some unused commandsHolger Schurig2-10/+0
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig5-23/+22
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig3-28/+8
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller10-78/+116
2008-03-14iwlwifi: fix bug to show hidden APs during scanReinette Chatre2-16/+26
2008-03-14iwlwifi: change rate number to a constantTomas Winkler1-2/+3
2008-03-14iwlwifi: Fix endianity in debug printTomas Winkler1-1/+1
2008-03-14iwlwifi: Use eeprom form iwlcoreAssaf Krauss7-426/+30
2008-03-14iwlwifi: update copyright yearReinette Chatre23-31/+28
2008-03-14iwlwifi: Use sta_bcast_id variable instead of BROADCAST_ID constantTomas Winkler2-5/+5
2008-03-14rt2x00: Only strip preamble bit in rt2400pciIvo van Doorn2-9/+3
2008-03-14rt2x00: Release rt2x00 2.1.4Ivo van Doorn1-1/+1
2008-03-14rt2x00: Fix rt2400pci signalIvo van Doorn8-15/+43
2008-03-14rt2x00: Fix RX DMA ring initializationIvo van Doorn2-2/+2
2008-03-14rt2x00: Fix basic rate initializationIvo van Doorn4-37/+38
2008-03-14rt2x00: Always enable TSF tickingIvo van Doorn5-0/+10
2008-03-14rt2x00: Make rt2x00leds_register return voidIvo van Doorn2-7/+5
2008-03-13rt2x00: Rename config_preamble() to config_erp()Ivo van Doorn10-80/+76
2008-03-13rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flagIvo van Doorn1-1/+5
2008-03-13rt2x00: Start bugging when rt2x00lib doesn't filter SW diversityIvo van Doorn5-81/+49
2008-03-13rt2x00: Move firmware checksumming to driverIvo van Doorn5-47/+50