summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* kfifo: fix warn_unused_resultStefani Seibold2009-12-221-2/+4
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+3
* kfifo: cleanup namespaceStefani Seibold2009-12-222-6/+6
* kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-223-13/+11
* net: fix for utsrelease.h moving to generatedStephen Rothwell2009-12-121-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-1120-30/+30
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-0920-30/+30
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-0721-31/+31
| | |\
| | | * tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| | | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-0416-24/+24
| | | * tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König2009-12-041-1/+1
| | | * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
| | | * tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-092-2/+2
| | | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-2/+2
* | | | b43: Remove reset after fatal DMA errorLarry Finger2009-12-101-1/+4
* | | | rtl8187: add radio led and fix warnings on suspendHerton Ronaldo Krzesinski2009-12-103-21/+50
* | | | ath5k: enable EEPROM checksum checkLuis R. Rodriguez2009-12-101-2/+1
* | | | ath5k: add support for Dell Vostro A860 LEDShahar Or2009-12-071-0/+2
* | | | orinoco: remove spare KERN_DEBUGDavid Kilroy2009-12-071-1/+1
* | | | rtl8187: Fix wrong rfkill switch mask for some modelsLarry Finger2009-12-073-4/+17
* | | | ath9k: fix tx status reportingFelix Fietkau2009-12-071-1/+1
* | | | mwl8k: don't complain about oversized beacons in FINALIZE_JOINLennert Buytenhek2009-12-071-21/+8
* | | | mwl8k: don't overwrite mwl8k_vif::bssid until after disassociationLennert Buytenhek2009-12-071-3/+2
* | | | mwl8k: struct ieee80211_rx_status::qual is deprecatedLennert Buytenhek2009-12-071-1/+0
* | | | mwl8k: don't forget to call pci_disable_device()Lennert Buytenhek2009-12-071-1/+3
* | | | mwl8k: increase firmware loading timeoutsLennert Buytenhek2009-12-071-3/+2
* | | | mwl8k: allow more time for transmit rings to drainLennert Buytenhek2009-12-071-60/+67
* | | | mwl8k: allow more time for firmware commands to completeLennert Buytenhek2009-12-071-2/+11
* | | | mwl8k: properly report rate on received 40MHz packetsLennert Buytenhek2009-12-071-2/+8
* | | | mwl8k: fix addr4 zeroing and payload overwrite on DMA header creationLennert Buytenhek2009-12-071-14/+15
* | | | mwl8k: prevent corruption of QoS field on receiveLennert Buytenhek2009-12-071-15/+31
* | | | mwl8k: fix UPDATE_STADB command struct legacy_rates array lengthLennert Buytenhek2009-12-071-38/+13
* | | | mwl8k: fix MCS bitmap size in SET_RATE commandLennert Buytenhek2009-12-071-4/+3
* | | | wl1251: don't build null data template in wl1251_op_config()Kalle Valo2009-12-071-4/+0
* | | | wl1251: fix bssid handlingKalle Valo2009-12-071-15/+15
* | | | wl1251: remove false warning messagesKalle Valo2009-12-071-2/+0
* | | | iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville2009-12-071-1/+1
|/ / /
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-059-461/+320
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-0511-547/+362
| |\ \
| | * | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-2811-28/+9
| | * | pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-2810-12/+12
| | * | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-285-7/+7
| | * | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-285-7/+7
| | * | pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm2009-11-281-2/+2
| | * | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless)Dominik Brodowski2009-11-098-241/+136
| | * | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ray-cs.c)Dominik Brodowski2009-11-091-178/+169
| | * | pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2009-11-081-40/+27
| | * | pcmcia: use pre-determined valuesDominik Brodowski2009-11-082-40/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-0469-1954/+2581
|\ \ \ \
OpenPOWER on IntegriCloud