summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-08-27iwlwifi: allow using multiple contextsJohannes Berg5-40/+82
2010-08-27iwlwifi: follow main beacon intervalJohannes Berg1-2/+9
2010-08-27iwlagn: always send RXON timingJohannes Berg1-1/+2
2010-08-27iwlwifi: pass context to iwl_send_rxon_timingJohannes Berg4-19/+15
2010-08-27iwlwifi: send PAN parametersJohannes Berg6-0/+96
2010-08-27iwlagn: send beacon before committing associated RXONJohannes Berg1-0/+2
2010-08-27iwlagn: send RXON timing before associatingJohannes Berg2-0/+18
2010-08-27iwlagn: queue frames according to contextJohannes Berg3-23/+51
2010-08-27iwlagn: remove iw_mode check for beaconJohannes Berg1-2/+11
2010-08-27iwlagn: detect PAN capabilityJohannes Berg2-4/+23
2010-08-27iwlwifi: add PAN APIJohannes Berg2-1/+116
2010-08-27iwlwifi: introduce beacon contextJohannes Berg5-20/+50
2010-08-27iwlwifi: move HT configuration data into contextJohannes Berg6-115/+134
2010-08-27iwlwifi: add context pointer to stationJohannes Berg5-10/+19
2010-08-27iwlwifi: store default station flags in contextJohannes Berg2-1/+3
2010-08-27iwlwifi: make hw crypto context awareJohannes Berg7-35/+63
2010-08-27iwlwifi: move AP sta ID to contextJohannes Berg5-4/+8
2010-08-27iwlwifi: clamp scanning dwell time to all contextsJohannes Berg1-8/+17
2010-08-27iwlwifi: move virtual interface pointer into contextJohannes Berg10-38/+66
2010-08-27iwlwifi: add context into tx descriptorJohannes Berg3-0/+3
2010-08-27iwlwifi: move QoS into contextJohannes Berg5-28/+46
2010-08-27iwlwifi: contextify command sendingJohannes Berg5-7/+18
2010-08-27iwlwifi: contextify-stations-completelyJohannes Berg6-15/+25
2010-08-27iwlwifi: contextify broadcast stationJohannes Berg15-93/+142
2010-08-27iwlwifi: define PAN queues/FIFOsJohannes Berg3-8/+22
2010-08-27iwlwifi: prepare for PAN queue/fifo assignmentJohannes Berg13-46/+77
2010-08-27iwlwifi: initial contextificationJohannes Berg19-400/+611
2010-08-25iwlwifi: fix compile error without debugging supportWey-Yi Guy1-2/+0
2010-08-25p54: better rssi->dbm conversion for longbow physChristian Lamparter1-4/+4
2010-08-25rt2x00: fix "buffer size not provably correct" build warningArnaud Patard (Rtp)1-0/+3
2010-08-25rt2x00: Fix max TX power settingsIvo van Doorn9-47/+86
2010-08-25rt2x00: Fix channel configuration for RF3052Ivo van Doorn1-13/+16
2010-08-25rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800libIvo van Doorn4-145/+107
2010-08-25rt2x00: Fix rt2800 retry calculationIvo van Doorn1-1/+0
2010-08-25rt2x00: Remove Q_INDEX_CRYPTO and ENTRY_OWNER_DEVICE_CRYPTOIvo van Doorn2-11/+3
2010-08-25rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn4-57/+83
2010-08-25rt2x00: Reduce indentingIvo van Doorn1-13/+14
2010-08-25rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn11-115/+90
2010-08-25iwlwifi: disable aggregation queue if stopped earlyJohannes Berg1-13/+19
2010-08-25iwlwifi: add bt traffic load debugfs fileWey-Yi Guy1-0/+45
2010-08-25iwlagn: update bt status upon scan completeWey-Yi Guy2-1/+21
2010-08-25iwlagn: generic bt coex functionsWey-Yi Guy7-425/+441
2010-08-25iwlagn: set traffic load based on multiple factorsWey-Yi Guy5-51/+112
2010-08-25iwlagn: add bt_ch_announce module parameterWey-Yi Guy3-2/+16
2010-08-25iwlagn: add additional bt related parametersWey-Yi Guy3-0/+32
2010-08-25iwlagn: parsing uart message and take actionsWey-Yi Guy5-16/+235
2010-08-25iwlagn: add bt prio_boost to .cfgWey-Yi Guy3-2/+13
2010-08-25iwlwifi: add bt_init_traffic_load as configurable parameterWey-Yi Guy3-1/+9
2010-08-25iwlwifi: add debugfs to control stuck queue timerWey-Yi Guy3-6/+39
2010-08-25iwlwifi: indicate bt_kill condition when receive tx replyWey-Yi Guy1-1/+8