summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * iwlwifi: move iwl_is_ht40_tx_allowed out of iwl-core.cMeenakshi Venkataraman2012-04-124-47/+47
| | * iwlwifi: move iwl_set_hw_rfkill_state and mark it staticMeenakshi Venkataraman2012-04-123-13/+12
| | * iwlwifi: move iwl_free_skb and mark it staticMeenakshi Venkataraman2012-04-123-10/+9
| | * iwlwifi: move channel switch related functionsMeenakshi Venkataraman2012-04-123-77/+74
| | * iwlwifi: calculate active legacy rates per stationJohannes Berg2012-04-124-25/+10
| | * iwlwifi: make iwl_sta_fill_lq staticJohannes Berg2012-04-122-52/+50
| | * iwlwifi: move iwlagn_hw_valid_rtc_data_addr prototypeMeenakshi Venkataraman2012-04-122-1/+1
| * | brcm80211: smac: only provide valid regulatory hintArend van Spriel2012-04-131-1/+35
| * | brcm80211: smac: do not use US as fallback regulatory hintArend van Spriel2012-04-131-5/+1
| * | brcm80211: fmac: clean up chip id tableFranky Lin2012-04-131-29/+11
| * | brcm80211: fmac: postpone dongle RF enabling.Franky Lin2012-04-132-4/+5
| * | brcm80211: fmac: add frame header extension supportFranky Lin2012-04-131-0/+1
| * | brcm80211: fmac: register primary net device with device mac addressArend van Spriel2012-04-133-14/+5
| * | brcm80211: fmac: remove primary mac address handling from brcmf_net_attachArend van Spriel2012-04-131-13/+12
| * | brcm80211: fmac: make brcmf_net_attach() staticArend van Spriel2012-04-132-59/+58
| * | ath9k_htc: Add Panasonic N5HBZ0000055 device idSujith Manoharan2012-04-131-0/+2
| * | mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-137-9/+17
| * | ath9k_hw: Remove BTCOEX initvalsSujith Manoharan2012-04-133-20/+0
| * | rt2800: zero registers of unused TX ringsJakub Kicinski2012-04-131-0/+10
| * | rt2800: initialize queues before giving up due to DMA errorJakub Kicinski2012-04-132-3/+5
| * | rt2800: add disabling of DMA before loading firmwareJakub Kicinski2012-04-131-0/+2
| * | rt2800: introduce wpdma_disable functionJakub Kicinski2012-04-133-24/+19
| * | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-1384-2907/+3790
| |\ \ | | |/ | |/|
| | * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-04-1284-2907/+3790
| | |\
| | | * wlcore/wl12xx: adapt FW status for multiple familiesArik Nemtsov2012-04-126-19/+36
| | | * wlcore: add module param to prevent HW recoveryArik Nemtsov2012-04-121-0/+12
| | | * wlcore/wl12xx: move identify firmware function to a lower driver opLuciano Coelho2012-04-124-26/+48
| | | * wlcore: set max_rx_agg_subframes in mac80211 according to HT confArik Nemtsov2012-04-121-1/+1
| | | * wlcore/wl12xx: set HT capabilities per chip-familyArik Nemtsov2012-04-123-18/+21
| | | * wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA modeArik Nemtsov2012-04-124-1/+23
| | | * wlcore/wl12xx: use a single memory config and reset if using wl127xLuciano Coelho2012-04-124-17/+41
| | | * wlcore/wl12xx: move extended radio configuration parameters to wl12xxLuciano Coelho2012-04-126-35/+86
| | | * wlcore/wl12xx: move runtime configuration struct to the lower driverLuciano Coelho2012-04-124-356/+352
| | | * wlcore/wl12xx: expand functionality of cmd_trigger HW opArik Nemtsov2012-04-123-3/+6
| | | * wlcore/wl12xx: add hw op for vif initArik Nemtsov2012-04-124-0/+16
| | | * wlcore/wl12xx: add hw_init operationLuciano Coelho2012-04-1213-405/+499
| | | * wlcore/wl12xx: turn no-Tx-align quirk into Tx-alignArik Nemtsov2012-04-125-12/+15
| | | * wlcore/wl12xx: split Tx completion to immediate/delayedArik Nemtsov2012-04-125-3/+30
| | | * wlcore/wl12xx: add hw op for getting rx packet data lengthArik Nemtsov2012-04-124-6/+38
| | | * wlcore/wl12xx: add prepare_read hw op for Rx dataLuciano Coelho2012-04-124-29/+42
| | | * wlcore/wl12xx: add hw op for getting rx buffer data alignmentArik Nemtsov2012-04-125-16/+46
| | | * wlcore: introduce Rx block-size alignment HW quirkArik Nemtsov2012-04-123-14/+33
| | | * wlcore/wl12xx: add global elements to convert hw-rates to standard ratesArik Nemtsov2012-04-127-108/+123
| | | * wlcore/wl12xx: add hw op for setting frame length in tx_hw_descArik Nemtsov2012-04-124-32/+54
| | | * wlcore/wl12xx: add hw op for setting blocks in hw_tx_descArik Nemtsov2012-04-124-14/+37
| | | * wlcore/wl12xx: add hw op for calculating hw block count per packetArik Nemtsov2012-04-125-13/+57
| | | * wlcore/wl12xx: change GEM Tx-spare blocks per-vifArik Nemtsov2012-04-127-22/+29
| | | * wlcore/wl12xx: set the number of Tx descriptors per chip familyArik Nemtsov2012-04-126-11/+18
| | | * wlcore/wl12xx: create per-chip-family private storageArik Nemtsov2012-04-123-3/+21
| | | * wlcore: add quirk to disable ELPLuciano Coelho2012-04-124-9/+17