summaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-29iwlwifi: Fix HT compilation breakage caused by cfg80211 API for channels/bitr...Tomas Winkler4-64/+50
2008-02-29rt2x00: Release rt2x00 2.1.0Ivo van Doorn1-1/+1
2008-02-29rt2x00: Fix rate initializationIvo van Doorn1-1/+1
2008-02-29rt2x00: Enable LED class support for rt2500usb/rt73usbIvo van Doorn7-53/+463
2008-02-29rt2x00: Make use of MAC80211_LED_TRIGGERSIvo van Doorn10-320/+403
2008-02-29rt2x00: Use ieee80211_channel_to_frequency()Ivo van Doorn1-4/+1
2008-02-29rt2x00: Remove HWMODE_{A,B,G}Ivo van Doorn5-35/+10
2008-02-29rt2x00: Rate structure overhaulIvo van Doorn4-140/+153
2008-02-29ath5k/phy.c: fix negative array indexLuis R. Rodriguez1-0/+3
2008-02-29ath5k: Use software encryption for nowLuis R. Rodriguez1-1/+3
2008-02-29ath5k: Port debug.c over to the new band API and enable as build optionLuis R. Rodriguez6-36/+67
2008-02-29ath5k: Use our own Kconfig file, we'll be expanding this shortlyLuis R. Rodriguez3-19/+23
2008-02-29ath5k: ath5k_copy_channels() was not setting the channel bandLuis R. Rodriguez1-0/+2
2008-02-29ath5k: Cleanup after API changesLuis R. Rodriguez4-74/+102
2008-02-29ath5k: Port to new bitrate/channel APILuis R. Rodriguez8-372/+329
2008-02-29wireless: Fix WARN_ON() with ieee802.11bIvo van Doorn1-1/+1
2008-02-29iwlwifi: set rate_idx correctly from plcpMohamed Abbas1-1/+1
2008-02-29iwlwifi: initialize ieee80211_channel->hw_valueMohamed Abbas2-0/+2
2008-02-29wireless: fix ERP rate flagsJohannes Berg1-4/+4
2008-02-29rc80211-pid: fix rate adjustmentStefano Brivio1-49/+44
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg8-45/+44
2008-02-29mac80211: fix scan band off-by-one errorJohannes Berg1-6/+18
2008-02-29nl80211: export hardware bitrate/channel capabilitiesJohannes Berg2-0/+138
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg66-2781/+2116
2008-02-29rt2x00: Fix queue index handlingIvo van Doorn1-2/+6
2008-02-29rt2x00: Move beacon and atim queue defines into rt2x00Ivo van Doorn12-90/+139
2008-02-29rt2x00: Initialize QID from queue->qidIvo van Doorn1-11/+1
2008-02-29rt2x00: Remove TX_MGMT queue usageIvo van Doorn2-5/+2
2008-02-29rt2x00: Add per-interface structureIvo van Doorn15-530/+826
2008-02-29rt2x00: Driver requiring firmware should select crc algoIvo van Doorn6-16/+42
2008-02-29rt2x00: Enable master and adhoc mode againIvo van Doorn1-8/+0
2008-02-29rt2x00: Fix tx parameter initializationIvo van Doorn1-3/+3
2008-02-29rt2x00: don't write past the end when writing short descriptors on rt61Adam Baker1-3/+5
2008-02-29rt2x00: Queue handling overhaulIvo van Doorn22-1384/+1881
2008-02-29rt2x00: Update copyright noticeIvo van Doorn26-26/+26
2008-02-29wireless/iwlwifi/iwl-4965.c: add parenthesesRoel Kluin1-1/+1
2008-02-29mac80211: dissolve pre-rx handlersJohannes Berg3-62/+37
2008-02-29iwlwifi: enable 802.11n in KconfigTomas Winkler1-1/+0
2008-02-29iwlwifi: A-MPDU Tx activation by load measuresRon Rindjunsky5-487/+199
2008-02-29iwlwifi: A-MPDU Tx conform block Ack rate scaling to mac80211Ron Rindjunsky2-34/+60
2008-02-29iwlwifi: A-MPDU Tx conform flows to mac80211Ron Rindjunsky4-221/+302
2008-02-29iwlwifi: A-MPDU Tx conform API to mac80211Ron Rindjunsky3-38/+47
2008-02-29mac80211: A-MPDU Tx add delBA from recipient supportRon Rindjunsky1-2/+11
2008-02-29mac80211: A-MPDU Tx change tx_status to support Block Ack dataRon Rindjunsky1-9/+12
2008-02-29mac80211: A-MPDU add debugfs supportRon Rindjunsky2-0/+117
2008-02-29mac80211: A-MPDU Tx MLME data initializationRon Rindjunsky1-1/+12
2008-02-29mac80211: A-MPDU Tx adding qdisc supportRon Rindjunsky6-20/+161
2008-02-29mac80211: A-MPDU Tx adding basic functionalityRon Rindjunsky3-2/+530
2008-02-29mac80211: A-MPDU Tx add MLME structuresRon Rindjunsky1-3/+33
2008-02-29mac80211: A-MPDU Tx add session's and low level driver's APIRon Rindjunsky4-7/+89