aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-rs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-25iwlwifi: turn on RTS/CTS after aggregation become operationalWey-Yi Guy1-12/+5
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-2/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-9/+11
2010-05-04iwlwifi: recalculate average tpt if not currentReinette Chatre1-4/+6
2010-04-30iwlwifi: set AMPDU status variables correctlyDaniel Halperin1-5/+5
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-19/+28
2010-04-16iwlwifi: sanity check for turn on aggregation tidWey-Yi Guy1-17/+17
2010-04-16iwlwifi: set correct single/dual stream maskWey-Yi Guy1-2/+11
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-31/+25
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-09iwlwifi: fix compile warnings when compiling without debugReinette Chatre1-1/+1
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville1-31/+24
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop1-1/+1
2010-04-02iwlwifi: use consistent table for tx data collectShanyu Zhao1-31/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25iwlwifi: remove noise reportingJohannes Berg1-2/+0
2010-03-19iwlwifi: sta_id cannot be invalid in rs_initialize_lqJohannes Berg1-4/+0
2010-03-19iwlwifi: implement new mac80211 station add/remove callsReinette Chatre1-59/+61
2010-03-09iwlwifi: remove priv->active_rate_basicJohannes Berg1-5/+0
2010-03-09iwlagn: remove write-only variablesJohannes Berg1-6/+2
2010-02-11iwlwifi: check for aggregation frame and queueWey-Yi Guy1-1/+14
2010-01-19iwlwifi: update copyright year to 2010Reinette Chatre1-1/+1
2009-12-28iwlwifi: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-11-23iwlwifi: set read/write permission for debugfs filesWey-Yi Guy1-4/+4
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-1/+1
2009-11-02iwlagn: move rate scale initialization to init functionReinette Chatre1-7/+6
2009-10-27iwlagn: store station rate scale information in mac80211 station structureReinette Chatre1-6/+2
2009-10-27iwlwifi: move rate scaling structures to header fileReinette Chatre1-100/+0
2009-10-07iwlwifi: set default aggregation frame count limit to 31Wey-Yi Guy1-1/+1
2009-10-07iwlwifi: add aggregation tables to the rate scaling algorithmDaniel C Halperin1-108/+115
2009-10-07iwlwifi: clean up rs_tx_statusDaniel C Halperin1-122/+108
2009-10-07iwlwifi: Use RTS/CTS as the preferred protection mechanism for 6000 seriesWey-Yi Guy1-0/+9
2009-10-07iwlwifi: clean up ht config namingJohannes Berg1-1/+1
2009-09-14iwlwifi: find the correct first antennaWey-Yi Guy1-1/+3
2009-09-14iwlwifi: fix HT operation in 2.4 GHz bandDaniel C Halperin1-0/+6
2009-08-31iwlwifi: use iwl_hwrate_get_mac80211_idx where appropriateDaniel C Halperin1-2/+8
2009-08-31iwlwifi: remove 60 Mbps from sband bitrates tableDaniel C Halperin1-28/+20
2009-08-28iwlwifi: clear rate control flags on non-HT packetDaniel C Halperin1-0/+1
2009-08-20iwlwifi: use station HT capabilities and BSS operating mode for Green-fieldDaniel C Halperin1-15/+11
2009-08-20iwlwifi: check short GI support per-station rather than globallyDaniel C Halperin1-54/+15
2009-08-20iwlwifi: include HT configuration when adding stations through rs_rate_initDaniel C Halperin1-8/+10
2009-08-20iwlwifi: prevent read outside array boundsReinette Chatre1-0/+3
2009-08-14iwlwifi: refactor some thermal throttle codeJohannes Berg1-7/+7
2009-08-14iwlwifi: name changed from "fat" to "ht40"Wey-Yi Guy1-33/+34
2009-07-27iwlwifi: Thermal Throttling Management - part 2Wey-Yi Guy1-9/+39
2009-07-27iwlwifi: revert to active table when rate is not validWey-Yi Guy1-5/+32
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-6/+1
2009-07-24iwlwifi: remove rs_get_rate workaroundLuis R. Rodriguez1-10/+1