aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-rs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-04iwlwifi: add value and range define for link quality commandWey-Yi Guy1-3/+4
2009-06-04iwlwifi: unify station managementTomas Winkler1-9/+6
2009-05-22iwlwifi: report the rate index as an MCS rate numberWey-Yi Guy1-4/+27
2009-05-22iwlwifi: add Greenfield support for 11nWey-Yi Guy1-14/+20
2009-05-11iwlagn: show current rate scale data in debugfsWey-Yi Guy1-0/+42
2009-05-11iwlagn: improve rate scale table searchMohamed Abbas1-9/+38
2009-05-06iwlwifi: "is_fat" bit in rate scale match RXON flagWey-Yi Guy1-6/+3
2009-05-06iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rsGábor Stefanik1-10/+12
2009-04-22iwlcore: Fix stay in table function.Mohamed Abbas1-16/+10
2009-04-22iwlwifi: do not set dual_stream_ant_msk for 3 streamsDaniel C Halperin1-3/+0
2009-04-22iwlwifi: Display decoded rate/mcs informationWey-Yi Guy1-4/+36
2009-04-22iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar1-2/+2
2009-04-22iwlwifi: use station management opsAbhijeet Kolekar1-6/+10
2009-04-22iwlwifi: adding MIMO3 support in rate scalingWey-Yi Guy1-24/+307
2009-03-16iwlwifi: verify the antenna selection when receive fixed rate debugfsWey-Yi Guy1-6/+13
2009-03-16iwlwifi: check IEEE80211_TX_STAT_AMPDU for agg pktWey-Yi Guy1-3/+3
2009-03-16iwlwifi: HT performance improvement changesWey-Yi Guy1-5/+6
2009-03-16iwlwifi: remove un-necessary rs_tl_turn_on_agg() after agg enabledWey-Yi Guy1-2/+10
2009-03-16iwlwifi: add rf information in rate_scale debugfs commandWey-Yi Guy1-0/+11
2009-03-16iwlwifi: add valid tx antenna information in rate_scale_table debugfsWey-Yi Guy1-0/+6
2009-03-05iwlwifi: reduce stack sizeFrank Seidel1-4/+19
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-52/+52