aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach5-27/+26
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach14-140/+161
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach18-154/+168
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach5-7/+14
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach8-193/+178
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach8-239/+274
2011-07-21iwlagn: radio sensor offset in le16 formatWey-Yi Guy2-5/+5
2011-07-21iwlagn: define valid init calibration maskWey-Yi Guy1-3/+13
2011-07-21iwlagn: remove legacy calibration commandWey-Yi Guy1-10/+0
2011-07-21iwlagn: set correct calibration flagWey-Yi Guy2-2/+4
2011-07-21iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach8-22/+6
2011-07-21iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach8-28/+20
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach4-2/+16
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody3-6/+6
2011-07-20libertas: only enable mesh when interface is activeDaniel Drake5-25/+11
2011-07-20libertas: mesh: misc cleanupDaniel Drake2-601/+388
2011-07-20wireless: mwifiex: print hw address via %pMAndy Shevchenko1-25/+8
2011-07-20wireless: ath9k: use %pM to print MACAndy Shevchenko1-5/+2
2011-07-20wireless: rtlwifi: throw away MAC_FMT and use %pM insteadAndy Shevchenko7-19/+13
2011-07-20carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTERPavel Roskin1-4/+4
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin22-1314/+1247
2011-07-19b43: bcma: implement full core resetRafał Miłecki1-7/+27
2011-07-19b43: correctly display longer chipsets idsRafał Miłecki1-2/+5
2011-07-19b43: HT-PHY: fix masks in radio ctlRafał Miłecki1-5/+10
2011-07-19b43: bcma: read info about supported bandsRafał Miłecki1-6/+7
2011-07-19b43: bcma: define 80211 core specific IO status bitsRafał Miłecki1-0/+6
2011-07-19b43: HT-PHY: fix typo in 0x2059 radio initRafał Miłecki1-1/+1
2011-07-19b43: HT-PHY: find channel entry with regs dataRafał Miłecki1-0/+9
2011-07-19b43: HT-PHY: switch to channel after enabling radioRafał Miłecki1-1/+3
2011-07-19b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki2-4/+4
2011-07-18ath9k: Fix some smatch warningsRajkumar Manoharan2-4/+8
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan3-9/+22
2011-07-18b43: bus: drop inline from SSB functionsRafał Miłecki1-15/+12
2011-07-18carl9170: set beacon xmit power to the maxChristian Lamparter1-83/+108
2011-07-18carl9170: move beacon_update into tx.cChristian Lamparter3-130/+130
2011-07-18carl9170 firmware: update firmware headersChristian Lamparter2-2/+42
2011-07-18ath9k: use ath_opmode_to_string()Pavel Roskin1-20/+2
2011-07-18ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin1-23/+0
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin5-28/+23
2011-07-18ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()Pavel Roskin1-5/+2
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach7-210/+222
2011-07-16iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach6-315/+297
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach8-58/+52
2011-07-16iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach7-299/+265
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach9-725/+799
2011-07-16iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H6-12/+3
2011-07-16iwlagn: calibration bitmapWey-Yi Guy3-10/+13
2011-07-16iwlagn: set default of uCode ownership to driverHsu, Kenny1-0/+2
2011-07-16iwlagn: simplify TX flags assignmentsJohannes Berg1-11/+7
2011-07-16iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach1-0/+2