summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Fix typo in debug statementIvo van Doorn2008-02-292-2/+2
* rt2x00: Add queue statistics to debugfsIvo van Doorn2008-02-291-14/+76
* rt2x00: Fix scheduling while atomic errors in usb driversIvo van Doorn2008-02-291-1/+8
* rt2x00: make csr_cache and csr_addr an unionIvo van Doorn2008-02-294-21/+23
* rt2x00: Select CONFIG_NEW_LEDSIvo van Doorn2008-02-291-0/+1
* rt2x00: correct address calc for queue private dataAdam Baker2008-02-291-1/+2
* rt2x00: Remove MGMT ring initializationIvo van Doorn2008-02-292-3/+1Star
* rt2x00: Make rt2x00 less verboseIvo van Doorn2008-02-295-20/+0Star
* rt2x00: Fix invalid DMA freeIvo van Doorn2008-02-291-25/+60
* wireless: rt2x00: fix driver menu indentingRandy Dunlap2008-02-291-8/+8
* prism54: Convert wpa_sem in a mutexMatthias Kaehlcke2008-02-292-6/+6
* prism54: Convert stats_sem in a mutexMatthias Kaehlcke2008-02-293-6/+6
* prism54: Convert acl->sem in a mutexMatthias Kaehlcke2008-02-292-15/+15
* ipw2200: le*_add_cpu conversionMarcin Slusarz2008-02-291-3/+1Star
* ipw2100/ipw2200: note firmware loading caveat in Kconfig help textDaniel Drake2008-02-291-10/+16
* p54: use IEEE 802.11e defaults for initializationChristian Lamparter2008-02-291-7/+1Star
* zd1211rw: Fix beacon filter flags thinkoMichael Buesch2008-02-291-1/+1
* zd1211rw: Fixed incorrect constant name.Javier Cardona2008-02-292-9/+8Star
* iwlwifi: remove twice defined CSR registerTomas Winkler2008-02-293-5/+4Star
* b43(legacy): include full timestamp in beacon framesJohannes Berg2008-02-292-10/+18
* rtl818x: fix RTS/CTS-less transmitJohannes Berg2008-02-292-7/+19
* iwlwifi: fix name of function in comment (_rx_card_state_notif)Reinette Chatre2008-02-292-2/+2
* WDEV: ath5k, typecheck on nonDEBUGJiri Slaby2008-02-291-1/+3
* drivers/net/wireless/atmel.c: Use time_* macrosS.Çağlar Onur2008-02-291-2/+3
* iwlwifi: Add tx_ant_num hw setting variableTomas Winkler2008-02-294-6/+9
* iwlwifi: change iwl->priv iwl_priv * type in iwl-YYY-io.hTomas Winkler2008-02-292-44/+34Star
* iwlwifi-2.6: Adds and fixes defines about securityEmmanuel Grumbach2008-02-292-12/+26
* b43: Add HostFlags HI supportMichael Buesch2008-02-293-35/+52
* mac80211: give burst time in txop rather than 0.1msec unitsJohannes Berg2008-02-293-10/+15
* b43: Fix bandswitchMichael Buesch2008-02-292-129/+199
* iwlwifi: Update iwlwifi version stamp to 1.2.26Reinette Chatre2008-02-292-2/+2
* b43legacy: fix B43legacy_WARN_ON macroStefano Brivio2008-02-292-13/+5Star
* b43legacy: fix upload of beacon packets to the hardwareStefano Brivio2008-02-292-102/+174
* b43legacy: add definitions for MAC control registerStefano Brivio2008-02-292-16/+22
* iwlwifi: remove IWL{4965,3945}_QOSRon Rindjunsky2008-02-295-57/+4Star
* iwlwifi: Fix HT compilation breakage caused by cfg80211 API for channels/bitr...Tomas Winkler2008-02-294-64/+50Star
* rt2x00: Release rt2x00 2.1.0Ivo van Doorn2008-02-291-1/+1
* rt2x00: Fix rate initializationIvo van Doorn2008-02-291-1/+1
* rt2x00: Enable LED class support for rt2500usb/rt73usbIvo van Doorn2008-02-297-53/+463
* rt2x00: Make use of MAC80211_LED_TRIGGERSIvo van Doorn2008-02-2910-320/+403
* rt2x00: Use ieee80211_channel_to_frequency()Ivo van Doorn2008-02-291-4/+1Star
* rt2x00: Remove HWMODE_{A,B,G}Ivo van Doorn2008-02-295-35/+10Star
* rt2x00: Rate structure overhaulIvo van Doorn2008-02-294-140/+153
* ath5k/phy.c: fix negative array indexLuis R. Rodriguez2008-02-291-0/+3
* ath5k: Use software encryption for nowLuis R. Rodriguez2008-02-291-1/+3
* ath5k: Port debug.c over to the new band API and enable as build optionLuis R. Rodriguez2008-02-296-36/+67
* ath5k: Use our own Kconfig file, we'll be expanding this shortlyLuis R. Rodriguez2008-02-293-19/+23
* ath5k: ath5k_copy_channels() was not setting the channel bandLuis R. Rodriguez2008-02-291-0/+2
* ath5k: Cleanup after API changesLuis R. Rodriguez2008-02-294-74/+102
* ath5k: Port to new bitrate/channel APILuis R. Rodriguez2008-02-298-372/+329Star