summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-08-31ath6kl: implement suspend supportKalle Valo6-0/+82
2011-08-31ath6kl: Fix buffer alignment for scatter-gather I/OVasanthakumar Thiagarajan5-12/+22
2011-08-31ath6kl: Fix bug in computing AMSU subframe paddingVasanthakumar Thiagarajan1-1/+1
2011-08-31ath6kl: Cleanup ath6kl_wmi_data_hdr_remove()Vasanthakumar Thiagarajan3-13/+1
2011-08-31ath6kl: Minor cleanup in min_hdr_len computationVasanthakumar Thiagarajan1-3/+2
2011-08-31ath6kl: Release ar->lock right afer updating net_stats in ath6kl_rx()Vasanthakumar Thiagarajan1-2/+2
2011-08-31ath6kl: fix indentation in htc_issued_send()Kalle Valo1-1/+1
2011-08-31ath6kl: Check sme state before delivering disconnect event to cfg80211Raja Mani1-1/+1
2011-08-31ath6kl: Avoid finding bss presence in cfg80211 scan listRaja Mani1-21/+0
2011-08-31ath6kl: Add beginning of AR6004 initialisation supportKevin Fang5-43/+140
2011-08-31ath6kl: Use cfg80211_inform_bss instead of cfg80211_inform_bss_frameJouni Malinen1-27/+17
2011-08-30iwlwifi: iwl-agn-rs.c: remove old commentGreg Dietsche1-1/+0
2011-08-30ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggrFelix Fietkau1-39/+66
2011-08-30ath9k: move seqno allocation in the tx path to ath_tx_setup_bufferFelix Fietkau1-19/+23
2011-08-30ath9k: move the sequence number from ath_frame_info to ath_bufFelix Fietkau2-33/+24
2011-08-30ath9k: clean up the aggregation tid queueFelix Fietkau3-37/+45
2011-08-30ath9k: use u8 for the tx key indexFelix Fietkau5-5/+5
2011-08-30ath: Make ath_printk void not int and remove unused struct ath_common *Joe Perches2-17/+18
2011-08-30ath: Make ath_dbg void not intJoe Perches1-17/+12
2011-08-29wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME changeJohn W. Linville1-1/+1
2011-08-29b43: Fix swatch warningLarry Finger1-1/+4
2011-08-29ath9k: Fix a smatch warningsLarry Finger2-1/+2
2011-08-29ath9k: Add debugfs support for mac/baseband samplesRajkumar Manoharan6-14/+369
2011-08-29ath9k: fix regression in sending aggregated packetsFelix Fietkau1-1/+4
2011-08-29ath9k: Fix eifs/usec timeout for AR9287 v1.3+Rajkumar Manoharan2-2/+10
2011-08-29ath9k_hw: Set default slottime as 9usRajkumar Manoharan1-1/+1
2011-08-29b43: make HT-PHY support experimentalRafał Miłecki1-3/+3
2011-08-29b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki2-9/+18
2011-08-29b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger1-7/+0
2011-08-29p54spi: add "spi:" prefix for stlc45xx modaliasAxel Lin1-1/+1
2011-08-29iwlagn: handle GO powersaveJohannes Berg3-0/+76
2011-08-29iwlagn: move tx queues to transport layerEmmanuel Grumbach6-139/+136
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach9-74/+93
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach5-25/+42
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach5-34/+42
2011-08-29iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach5-44/+44
2011-08-29iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach5-80/+92
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach7-81/+110
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach7-73/+93
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach10-168/+201
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach6-51/+55
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach7-96/+89
2011-08-29iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach5-41/+25
2011-08-29iwlagn: stop the device before freeing itEmmanuel Grumbach3-54/+22
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach10-58/+64
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach9-87/+83
2011-08-29iwlagn: adding special "D" SKU for 2000 seriesWey-Yi Guy3-0/+7
2011-08-29iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach10-56/+128
2011-08-29iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not setDaniel Halperin1-1/+1
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach24-351/+363